chore: styles

This commit is contained in:
Cory Dransfeldt 2024-07-04 21:32:05 -07:00
parent f1c7f5f92a
commit e728824651
No known key found for this signature in database
4 changed files with 18 additions and 17 deletions

View file

@ -204,10 +204,25 @@ h6 { font-size: var(--font-size-sm); }
& .section-header {
margin: 0;
}
& .section-header-buttons {
display: flex;
align-items: center;
gap: var(--sizing-sm);
& > button {
margin-bottom: 0 !important;
&:last-of-type {
margin-right: 0 !important;
}
}
}
}
.section-header {
margin: var(--sizing-xl) 0 var(--sizing-lg);
line-height: 1;
&.no-top-margin {
margin: 0 0 var(--sizing-lg);

View file

@ -1,17 +1,3 @@
.section-header-buttons {
display: flex;
align-items: center;
gap: var(--sizing-sm);
& > button {
margin-bottom: 0;
&:last-of-type {
margin-right: 0;
}
}
}
button {
appearance: none;
border: none;