mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
16 lines
285 B
SCSS
16 lines
285 B
SCSS
.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-size: 18px;
|
|
}
|
|
}
|
|
}
|