🐛 Fix small interface errors

This commit is contained in:
Eva
2023-11-15 17:04:22 +01:00
committed by Alonso Torres
parent dcd347ab4f
commit 617edd0fa8
42 changed files with 338 additions and 228 deletions

View File

@@ -101,6 +101,15 @@
box-sizing: border-box;
}
@mixin hiddenElement {
cursor: default;
pointer-events: none;
box-sizing: border-box;
color: var(--input-foreground-color-disabled);
stroke: var(--input-foreground-color-disabled);
background-color: transparent;
}
@keyframes spin-animation {
0% {
transform: rotate(0deg);