1
0
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:
John Mitchell 2016-05-03 14:48:34 -04:00
parent fbe1d64ed2
commit 4f46c307d4

View File

@ -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;