mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
20 lines
362 B
SCSS
20 lines
362 B
SCSS
.os-updates {
|
|
@include vertical-page-tab-panel-layout;
|
|
margin-top: $gap-page-component; // Required as these Tabs don't use TabPanel
|
|
|
|
&__description {
|
|
margin: 0;
|
|
}
|
|
|
|
&__os-versions-card {
|
|
margin-bottom: $pad-xxlarge;
|
|
}
|
|
|
|
&__premium-feature-message {
|
|
margin-top: 80px;
|
|
}
|
|
|
|
&__target-container {
|
|
@include vertical-page-layout;
|
|
}
|
|
}
|