chore: cleanup

This commit is contained in:
Erik Tiekstra
2024-08-26 08:52:32 +02:00
parent f1242e69e3
commit d1a2175804
45 changed files with 70 additions and 324 deletions

View File

@@ -25,7 +25,7 @@
display: inline-block;
height: 3px;
position: relative;
transition: all 0.2s;
transition: all 0.3s;
width: 32px;
}
@@ -72,7 +72,7 @@
width: 100%;
background-color: var(--Base-Surface-Primary-light-Normal);
transition: right 0.3s;
z-index: var(--mobile-menu-overlay-z-index);
z-index: var(--menu-overlay-z-index);
}
.modal[data-entering] {