mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 20:48:35 +00:00
22 lines
416 B
SCSS
22 lines
416 B
SCSS
.os-requirement-preview {
|
|
box-sizing: border-box;
|
|
background-color: $ui-off-white;
|
|
border-radius: $border-radius;
|
|
border: 1px solid $ui-fleet-black-10;
|
|
padding: $pad-xxlarge;
|
|
flex-grow: 1;
|
|
|
|
h3 {
|
|
font-size: $small;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
}
|
|
|
|
&__preview-img {
|
|
margin-top: $pad-xxlarge;
|
|
width: 100%;
|
|
display: block;
|
|
max-width: 540px;
|
|
margin: 40px auto 0;
|
|
}
|
|
}
|