Update oversight section
This commit is contained in:
@@ -55,7 +55,11 @@
|
||||
@include icon-size(24);
|
||||
}
|
||||
|
||||
&.icon--remove {
|
||||
&.icon--remove, &.icon--error {
|
||||
@include icon-color($color-red);
|
||||
}
|
||||
|
||||
&.icon--ok {
|
||||
@include icon-color($color-green)
|
||||
}
|
||||
}
|
||||
|
@@ -70,6 +70,16 @@
|
||||
color: $color-gray-light;
|
||||
}
|
||||
}
|
||||
|
||||
.error {
|
||||
color: $color-red;
|
||||
font-weight: $font-bold;
|
||||
}
|
||||
|
||||
.ok {
|
||||
color: $color-green;
|
||||
font-weight: $font-bold;
|
||||
}
|
||||
}
|
||||
|
||||
.panel__heading {
|
||||
|
Reference in New Issue
Block a user