mirror of
https://github.com/fleetdm/fleet
synced 2026-05-05 14:28:46 +00:00
## Addresses #12646 ### See issue for list of completed work  ### Also see PR #12713 **notes for review** on that PR for help manually testing this work in lieu of the completed API. - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
32 lines
521 B
SCSS
32 lines
521 B
SCSS
.save-query-modal {
|
|
.fleet-checkbox {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.help-text {
|
|
margin-top: $pad-small;
|
|
margin-bottom: $pad-large;
|
|
font-weight: $regular;
|
|
font-size: 0.75rem;
|
|
color: $ui-fleet-black-75;
|
|
}
|
|
|
|
&__form-field {
|
|
&--frequency {
|
|
margin-bottom: 0;
|
|
}
|
|
&--platform {
|
|
margin-bottom: 0;
|
|
margin-top: $pad-large;
|
|
}
|
|
}
|
|
|
|
&__observer-can-run-wrapper {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&__advanced-options-toggle {
|
|
font-weight: $xbold;
|
|
}
|
|
}
|