mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
15 lines
309 B
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;
|
|
}
|
|
}
|