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{
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{
height: 33px;