mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
24 lines
389 B
SCSS
24 lines
389 B
SCSS
.platform-selector {
|
|
// override global form-field width: 100%
|
|
width: auto;
|
|
|
|
&__checkboxes {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
}
|
|
|
|
.form-field__label--disabled {
|
|
color: $ui-fleet-black-50;
|
|
}
|
|
|
|
&__platform-checkbox-wrapper {
|
|
width: auto;
|
|
}
|
|
|
|
.form-field__help-text {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-medium;
|
|
}
|
|
}
|