fleet/frontend/pages/ManageControlsPage/MacOSUpdates/components/NudgePreview/_styles.scss

15 lines
290 B
SCSS
Raw Normal View History

2023-01-27 22:25:53 +00:00
.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;
}
}