mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
Updated hardcoded colors to LESS variables
This commit is contained in:
parent
3c90ecba0b
commit
bf7a259f0b
@ -1,4 +1,5 @@
|
||||
/** @define Dashboard */
|
||||
<<<<<<< HEAD
|
||||
@import "../shared/branding/colors.default.less";
|
||||
|
||||
.Dashboard {
|
||||
|
@ -145,9 +145,9 @@
|
||||
}
|
||||
|
||||
.DashboardList-actionButton--edit:hover {
|
||||
background-color: #337AB7;
|
||||
background-color: @default-link;
|
||||
color: @default-bg;
|
||||
border: 1px solid #337AB7;
|
||||
border: 1px solid @default-link;
|
||||
}
|
||||
|
||||
.DashboardList-noJobs {
|
||||
|
@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.alert-success{
|
||||
background-color: #5CB85C;
|
||||
background-color: @default-succ;
|
||||
color: @default-bg;
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
.ScheduleToggle.is-on {
|
||||
border-color: #337AB7;
|
||||
border-color: @default-link;
|
||||
background-color: @default-bg;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user