fleet/frontend/pages/ManageControlsPage/MacOSUpdates/_styles.scss
Gabriel Hernandez 69b8386c91
remove macOS updates page title (#12111)
removes the macOS update title
2023-06-02 16:33:09 +01:00

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;
}
}
}