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{ .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;