fix(SW-556): add membership number, remove some unused code

This commit is contained in:
Christian Andolf
2024-10-16 16:37:09 +02:00
parent e5b4b6f82e
commit 95d0a70f5e
6 changed files with 26 additions and 10 deletions
@@ -1,7 +1,3 @@
.icon {
align-self: center;
}
@keyframes modal-fade {
from {
opacity: 0;
@@ -55,7 +51,6 @@
position: absolute;
left: 0;
bottom: 0;
transition: height 200ms ease-in-out;
&[data-entering] {
animation: slide-up 200ms;