mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Making "Request License" btn-primary to match other buttons
This commit is contained in:
committed by
John Mitchell
parent
c4f6d018ed
commit
b6222e5857
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user