fleet/frontend/pages/ManageControlsPage/MacOSUpdates/components/NudgePreview/_styles.scss
Gabriel Hernandez fbc3224540
update location of macOS updates page section (#9977)
Just a quick update to move the macOS updates directory to live inside
the manage controls page
2023-02-22 11:15:22 +00:00

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;
}
}