fleet/frontend/components/CardHeader/_styles.scss
2025-09-29 12:10:41 -05:00

18 lines
281 B
SCSS

.card-header {
display: flex;
flex-direction: column;
gap: $pad-small;
&__header {
font-size: $medium;
font-weight: $bold;
margin: 0;
}
&__subheader {
color: $ui-fleet-black-75;
font-size: $x-small;
font-weight: $regular;
margin: 0;
}
}