mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
_This PR is the direct-to-`main` replacement for #19096, which merged to a now-defunct feature branch_ ## Addresses #19052 - update config, webhook interfaces, mock - clean up deprecated Sandbox code - implement Activity Feed Automations Modal and associated logic - Also addresses #19284  - [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>
12 lines
163 B
SCSS
12 lines
163 B
SCSS
.activity-feed-automations-modal {
|
|
.form-fields {
|
|
&--disabled {
|
|
@include disabled;
|
|
}
|
|
}
|
|
|
|
pre {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
}
|
|
}
|