style engine updated

This commit is contained in:
2026-04-23 09:07:52 +02:00
parent 573cc5dc74
commit cba94f6e75
5 changed files with 208 additions and 48 deletions

View File

@@ -18,7 +18,7 @@
opacity: 0;
pointer-events: none;
transform: translateY(10px);
transition: all 0.25s ease;
transition: all var(--times-transition-transform) ease;
z-index: 99999999;
text-align: end;
font-weight: normal;
@@ -33,7 +33,7 @@
border-radius: 6px;
/* cursor: pointer; */
align-items: center;
transition: transform 0.25s;
transition: transform var(--times-transition-transform);
}