fleet/frontend/pages/hosts/ManageHostsPage/components/RunScriptBatchModal/_styles.scss

27 lines
548 B
SCSS
Raw Normal View History

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