fleet/frontend/components/SectionHeader/_styles.scss

29 lines
440 B
SCSS

.section-header {
display: flex;
justify-content: space-between;
margin-bottom: $pad-xlarge;
&__left-header {
display: flex;
align-items: baseline;
gap: $pad-small;
&--vertical {
flex-direction: column;
}
}
&__sub-title {
&--grey {
@include grey-text;
}
}
h2 {
margin: 0;
font-weight: $regular;
font-size: $medium;
width: 100%;
color: $core-fleet-black;
}
}