[minor] used @text-color for color attribute instead of black

This commit is contained in:
mbauskar 2017-09-18 15:53:16 +05:30
parent 24dd16f51e
commit cd7b1c16cd
2 changed files with 2 additions and 4 deletions

View file

@ -601,10 +601,9 @@ select.form-control {
.control-code.bold {
height: 400px;
font-family: Monaco, "Courier New", monospace;
color: black;
color: #36414C;
font-size: 12px;
line-height: 1.7em;
border: none;
}
.delivery-status-indicator {
display: inline-block;

View file

@ -749,10 +749,9 @@ select.form-control {
.control-code, .control-code.bold {
height: 400px;
font-family: Monaco, "Courier New", monospace;
color: black;
color: @text-color;
font-size: 12px;
line-height: 1.7em;
border: none;
}
.delivery-status-indicator {