fleet/frontend/pages/admin/components/HostStatusWebhookPreviewModal/_styles.scss
Jacob Shandling 4b1ce1d518
UI – Per-team host status webook feature (#17285)
## Addresses #17091


![Screenshot-2024-02-29-at-91723PM(1)](https://github.com/fleetdm/fleet/assets/61553566/39b7013f-3d41-404a-9526-80db034679eb)

**also addresses #17286, #17287 and miscellaneous code improvements** 

- [x] Changes file added for user-visible changes in `changes/` 
- [x] Manual QA

---------

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2024-03-04 13:24:26 -08:00

7 lines
129 B
SCSS

.host-status-webhook-preview-modal {
.flex-end {
margin-top: 20px;
display: flex;
justify-content: flex-end;
}
}