mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
22 lines
263 B
SCSS
22 lines
263 B
SCSS
|
|
.editor {
|
||
|
|
|
||
|
|
&__label {
|
||
|
|
font-size: $x-small;
|
||
|
|
font-weight: $bold;
|
||
|
|
|
||
|
|
&--error {
|
||
|
|
color: $core-vibrant-red;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
&__help-text {
|
||
|
|
@include help-text;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__error {
|
||
|
|
.ace-fleet {
|
||
|
|
border: 1px solid $core-vibrant-red;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|