fleet/frontend/components/SectionHeader/_styles.scss

15 lines
309 B
SCSS

.section-header {
display: flex;
align-items: center;
gap: $pad-small;
padding-bottom: $pad-medium;
border-bottom: 1px solid $ui-fleet-black-10;
margin-bottom: $pad-xxlarge;
h2 {
margin: 0;
font-weight: normal;
font-size: 18px; // TODO: update font variables to include 18px;
}
}