💄 UI structure redesign

This commit is contained in:
Eva 2023-07-31 07:33:47 +02:00 committed by Alejandro Alonso
parent 1bb3a3a084
commit 28a06c99b5
97 changed files with 2194 additions and 259 deletions

View file

@ -25,6 +25,7 @@
}
}
.custom-select-dropdown {
@include menuShadow;
position: absolute;
top: $s-32;
left: 0;
@ -33,10 +34,9 @@
margin: 0;
margin-top: $s-4;
border-radius: $br-8;
z-index: $z-index-10;
z-index: $z-index-3;
overflow-y: auto;
background-color: var(--menu-background-color);
box-shadow: 0px 0px $s-12 0px var(--menu-shadow-color);
}
.checked-element {
display: flex;