fleet/frontend/components/SectionHeader/_styles.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;
}
}