mirror of
https://github.com/fleetdm/fleet
synced 2026-04-29 09:27:18 +00:00
15 lines
364 B
SCSS
15 lines
364 B
SCSS
|
|
.run-script-batch-modal {
|
||
|
|
&__hide-main {
|
||
|
|
visibility: hidden;
|
||
|
|
}
|
||
|
|
.empty-table__info {
|
||
|
|
font-size: $x-small;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
// 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;
|
||
|
|
}
|