mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Using aliases for colors instead of hard coded pigments
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.JobDetail-panelHeaderText{
|
||||
color: #848992;
|
||||
color: @default-interface-txt;
|
||||
flex: 1 0 auto;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
.JobDetail-panelHeaderText:hover{
|
||||
color: #848992;
|
||||
color: @default-interface-txt;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
.JobDetail-expandArrow{
|
||||
color: #d7d7d7;
|
||||
color: @default-icon-hov;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
@@ -46,7 +46,7 @@
|
||||
}
|
||||
|
||||
.JobDetail-resultRow label{
|
||||
color: #848992;
|
||||
color: @default-interface-txt;
|
||||
font-size: 14px;
|
||||
font-weight: normal!important;
|
||||
flex: 1 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user