Making "Request License" btn-primary to match other buttons

This commit is contained in:
Jared Tabor 2016-05-03 14:38:06 -07:00 committed by John Mitchell
parent c4f6d018ed
commit b6222e5857
2 changed files with 1 additions and 11 deletions

View File

@ -93,17 +93,7 @@
height: auto;
}
.License-downloadLicenseButton{
background-color: @default-link !important;
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;

View File

@ -83,7 +83,7 @@
</span>
</div>
<button class="License-downloadLicenseButton btn" ng-if="licenseMissing" ng-click="downloadLicense()">
<button class="License-downloadLicenseButton btn btn-primary" ng-if="licenseMissing" ng-click="downloadLicense()">
Request License
</button>