fleet/frontend/pages/ManageControlsPage/OSUpdates/components/TargetSection/_styles.scss

18 lines
312 B
SCSS
Raw Normal View History

.os-updates-target-section {
&__title {
display: flex;
align-items: center;
gap: $pad-small;
padding-bottom: $pad-medium;
border-bottom: 1px solid $ui-fleet-black-10;
margin-bottom: $pad-xxlarge;
}
&__header {
h2 {
font-weight: normal;
font-size: 18px;
}
}
}