1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Using aliases for colors instead of hard coded pigments

This commit is contained in:
Jared Tabor 2016-02-19 10:39:17 -08:00
parent 68f619e358
commit 93719094ea

View File

@ -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;