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