fleet/frontend/pages/hosts/ManageHostsPage/components/RunScriptBatchModal/_styles.scss
jacobshandling 2fdee71031
UI: Update script batch success message formatting (#32282)
## For #32218 

<img width="1558" height="944" alt="Screenshot 2025-08-25 at 11 50
16 AM"
src="https://github.com/user-attachments/assets/d22e8771-2bb7-48a3-9597-3fe8c93fd3f1"
/>
<img width="1558" height="944" alt="Screenshot 2025-08-25 at 11 50
41 AM"
src="https://github.com/user-attachments/assets/888b8bad-283b-4d57-ab8f-bdd4b21b687b"
/>
<img width="1558" height="944" alt="Screenshot 2025-08-25 at 11 54
15 AM"
src="https://github.com/user-attachments/assets/264221cd-d20b-4c1d-9ec3-ec75f1824ceb"
/>


- [x] QA'd all new/changed functionality manually

For unreleased bug fixes in a release candidate, one of:

- [x] Confirmed that the fix is not expected to adversely impact load
test results

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2025-08-25 15:38:37 -07:00

26 lines
548 B
SCSS

.run-script-batch-modal {
&__hide-main {
visibility: hidden;
}
.empty-table__info {
font-size: $x-small;
}
&__script-run-mode-form {
margin-top: 1.5rem;
}
&__script-schedule-form {
.date-time-inputs {
display: flex;
gap: 1rem;
margin-top: 1.5rem;
}
}
}
// since this modal shows only while anotheris also showing, suppress background for one of them to
// prevent "double-darkening"
.modal__background:has(.run-script-batch-modal.run-script-batch-modal__hide-main) {
visibility: hidden;
}