mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 10:27:35 +00:00
Just a quick update to move the macOS updates directory to live inside the manage controls page
14 lines
290 B
SCSS
14 lines
290 B
SCSS
.nudge-preview {
|
|
background-color: $ui-off-white;
|
|
border-radius: $border-radius;
|
|
border: 1px solid $ui-fleet-black-10;
|
|
padding: $pad-xxlarge;
|
|
|
|
&__preview-img {
|
|
margin-top: $pad-xxlarge;
|
|
width: 100%;
|
|
display: block;
|
|
max-width: 540px;
|
|
margin: 40px auto 0;
|
|
}
|
|
}
|