mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:11:54 +00:00
style fix #1999, asterik colors changed and built sass
style fix #1999, asterik colors changed
This commit is contained in:
parent
6d0bce26a3
commit
07970bd566
@ -84,6 +84,9 @@ div[data-tree-model] li .selected {
|
||||
padding: 1px 10px;
|
||||
}
|
||||
|
||||
span.required {
|
||||
color: $brand-danger;
|
||||
}
|
||||
.fa-question-circle{
|
||||
color: $brand-success;
|
||||
}
|
||||
|
||||
@ -7450,6 +7450,9 @@ div[data-tree-model] li .selected {
|
||||
color: darkblue;
|
||||
padding: 1px 10px; }
|
||||
|
||||
span.required {
|
||||
color: #d9534f; }
|
||||
|
||||
.fa-question-circle {
|
||||
color: #1abc9c; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user