mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Making "Request License" btn-primary to match other buttons
This commit is contained in:
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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user