add: (wip) new filtering layout

DropDown component, ToggleButton component,
This commit is contained in:
Fiona Lena Urban 2025-05-13 20:43:15 +02:00
parent 38cd37cf74
commit 3fd26b4e66
11 changed files with 203 additions and 42 deletions

View file

@ -0,0 +1,14 @@
.ToggleButton {
all: unset;
color: var(--color-lightest);
background: var(--color-main-dark);
padding: .5rem .8rem;
border-radius: var(--radius-default);
display: flex;
align-items: center;
justify-content: center;
& .icon {
font-size: 1.2rem;
}
}