mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 22:18:39 +00:00
relates to #18677 implement UI API integrations and polish tasks for the software install feature. These include various tasks to finish up this feature on the UI and ensure its working correctly - [x] Manual QA for all new/changed functionality
22 lines
294 B
SCSS
22 lines
294 B
SCSS
.editor {
|
|
|
|
&__label {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
margin-bottom: $pad-small;
|
|
|
|
&--error {
|
|
color: $core-vibrant-red;
|
|
}
|
|
}
|
|
|
|
&__help-text {
|
|
@include help-text;
|
|
}
|
|
|
|
&__error {
|
|
.ace-fleet {
|
|
border: 1px solid $core-vibrant-red;
|
|
}
|
|
}
|
|
}
|