mirror of
https://github.com/fleetdm/fleet
synced 2026-05-05 14:28:46 +00:00
relates to #11002 Implements the UI for mdm macos setup end user authentication page.   - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Manual QA for all new/changed functionality
19 lines
357 B
SCSS
19 lines
357 B
SCSS
.end-user-experience-preview {
|
|
background-color: $ui-off-white;
|
|
border-radius: $border-radius;
|
|
border: 1px solid $ui-fleet-black-10;
|
|
padding: $pad-xxlarge;
|
|
font-size: $x-small;
|
|
|
|
h3 {
|
|
margin: 0;
|
|
font-size: $x-small;
|
|
}
|
|
|
|
&__preview-img {
|
|
margin-top: $pad-xxlarge;
|
|
width: 100%;
|
|
display: block;
|
|
margin: 40px auto 0;
|
|
}
|
|
}
|