mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 14:08:25 +00:00
14 lines
224 B
SCSS
14 lines
224 B
SCSS
.platform-selector {
|
|
// override global form-field width: 100%
|
|
width: auto;
|
|
|
|
span {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
}
|
|
|
|
.form-field__label--disabled {
|
|
color: $ui-fleet-black-50;
|
|
}
|
|
}
|