Adopt the shared interface pattern language

This commit is contained in:
2026-08-04 08:21:50 +02:00
parent 06f93f4f7a
commit 629f76440b
7 changed files with 102 additions and 1 deletions
+11
View File
@@ -1226,3 +1226,14 @@
grid-column: 1 / -1;
}
}
@media (prefers-reduced-motion: reduce) {
.workflow-page *,
.workflow-page *::before,
.workflow-page *::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
}