fleet/frontend/pages/queries/QueryPage/components/SaveQueryModal/_styles.scss
Jacob Shandling 1d6870f0a7
UI: Update the save query modal with scheduling-related fields (#12741)
## Addresses #12646
### See issue for list of completed work
![Screenshot 2023-07-12 at 5 41 05
PM](https://github.com/fleetdm/fleet/assets/61553566/b4ece0c9-5df1-4320-9dce-1cd8c2758c6c)


### 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>
2023-07-17 14:09:59 -07:00

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;
}
}