fleet/frontend/pages/ManageControlsPage/MacOSScripts/_styles.scss
Gabriel Hernandez b8fa08b53c
implement mdm scripts page UI (#10092)
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.
2023-03-06 15:03:48 +00:00

7 lines
95 B
SCSS

.mac-os-scripts {
font-size: $x-small;
&__description {
margin: $pad-xxlarge 0;
}
}