chore: cleanup
This commit is contained in:
parent
192fcbfcf9
commit
cc917e45c5
19 changed files with 42 additions and 54 deletions
|
@ -19,7 +19,7 @@ button,
|
|||
font-weight: var(--font-weight-bold);
|
||||
line-height: var(--line-height-base);
|
||||
white-space: nowrap;
|
||||
color: var(--color-lightest);
|
||||
color: var(--text-color-inverted);
|
||||
background-color: var(--accent-color);
|
||||
appearance: none;
|
||||
transition-property: border;
|
||||
|
|
|
@ -50,5 +50,9 @@ select {
|
|||
|
||||
& li {
|
||||
margin: var(--spacing-sm) 0;
|
||||
|
||||
& a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,6 +15,10 @@ menu {
|
|||
margin: 0;
|
||||
display: flex;
|
||||
|
||||
& a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
& .icon > svg,
|
||||
& .active > svg {
|
||||
display: block;
|
||||
|
|
|
@ -96,10 +96,6 @@
|
|||
|
||||
& .title {
|
||||
font-weight: var(--font-weight-bold);
|
||||
|
||||
&.window {
|
||||
margin-bottom: calc(var(--spacing-sm) * -1);
|
||||
}
|
||||
}
|
||||
|
||||
& .title,
|
||||
|
|
Reference in a new issue