mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
11 lines
133 B
SCSS
11 lines
133 B
SCSS
|
|
.rerun-script-modal {
|
||
|
|
p {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: $pad-xlarge;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__script-name {
|
||
|
|
font-weight: $bold;
|
||
|
|
}
|
||
|
|
}
|