mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
relates to #9831 Implements the mdm mac OS scripts UI. This is just the UI atm and is not accessible in the application at the moment.
10 lines
133 B
SCSS
10 lines
133 B
SCSS
.rerun-script-modal {
|
|
p {
|
|
margin-top: 0;
|
|
margin-bottom: $pad-xlarge;
|
|
}
|
|
|
|
&__script-name {
|
|
font-weight: $bold;
|
|
}
|
|
}
|