mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02: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;
|
height: auto;
|
||||||
}
|
}
|
||||||
.License-downloadLicenseButton{
|
.License-downloadLicenseButton{
|
||||||
background-color: @default-link !important;
|
|
||||||
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;
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</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
|
Request License
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user