style fix #1999, asterik colors changed and built sass

style fix #1999, asterik colors changed
This commit is contained in:
Raunak Sett 2017-03-06 15:37:00 +05:30
parent 6d0bce26a3
commit 07970bd566
2 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,9 @@ div[data-tree-model] li .selected {
padding: 1px 10px;
}
span.required {
color: $brand-danger;
}
.fa-question-circle{
color: $brand-success;
}

View File

@ -7450,6 +7450,9 @@ div[data-tree-model] li .selected {
color: darkblue;
padding: 1px 10px; }
span.required {
color: #d9534f; }
.fa-question-circle {
color: #1abc9c; }