mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
update general styling of first-time license page
This commit is contained in:
parent
fbe1d64ed2
commit
4f46c307d4
@ -94,6 +94,15 @@
|
|||||||
}
|
}
|
||||||
.License-downloadLicenseButton{
|
.License-downloadLicenseButton{
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
color:@default-bg;
|
||||||
|
}
|
||||||
|
.License-downloadLicenseButton:hover{
|
||||||
|
background-color: @default-link-hov !important;
|
||||||
|
color:@default-bg !important;
|
||||||
|
}
|
||||||
|
.License-downloadLicenseButton:focus{
|
||||||
|
background-color: @default-link-hov !important;
|
||||||
|
color:@default-bg !important;
|
||||||
}
|
}
|
||||||
.License-submit--container{
|
.License-submit--container{
|
||||||
height: 33px;
|
height: 33px;
|
||||||
|
Loading…
Reference in New Issue
Block a user