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