mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 02:17:21 +00:00
34 lines
512 B
SCSS
34 lines
512 B
SCSS
.mac-os-updates {
|
|
font-size: $x-small;
|
|
|
|
&__description {
|
|
margin: $pad-xxlarge 0;
|
|
}
|
|
|
|
&__content {
|
|
max-width: $break-1600;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: $pad-xxlarge;
|
|
|
|
h2 {
|
|
font-size: $small;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
&__os-versions-card {
|
|
margin-bottom: $pad-xxlarge;
|
|
}
|
|
|
|
&__premium-feature-message {
|
|
margin-top: 80px;
|
|
}
|
|
|
|
@media (max-width: $break-990) {
|
|
&__content {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
}
|