chore: styles
This commit is contained in:
parent
f1c7f5f92a
commit
e728824651
4 changed files with 18 additions and 17 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue