mirror of
https://github.com/fleetdm/fleet
synced 2026-05-15 04:58:25 +00:00
19 lines
315 B
SCSS
19 lines
315 B
SCSS
.section-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: $pad-xlarge;
|
|
|
|
&__left-header {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: $pad-small;
|
|
}
|
|
|
|
h2 {
|
|
margin: 0;
|
|
font-weight: $regular;
|
|
font-size: $medium;
|
|
width: 100%;
|
|
color: $core-fleet-black;
|
|
}
|
|
}
|