Skip to content

Commit a5ef546

Browse files
committed
Update common-components.css
1 parent 2ae19fb commit a5ef546

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

js/css/common-components.css

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,6 @@
55
* Note: Variables are defined in css-variables.css
66
*/
77

8-
/* ========================================
9-
GLOBAL STYLES
10-
======================================== */
11-
12-
/* Global box-sizing for consistency */
13-
*,
14-
*::before,
15-
*::after {
16-
box-sizing: border-box;
17-
}
18-
19-
/* Accessibility: Respect user's motion preferences */
20-
@media (prefers-reduced-motion: reduce) {
21-
*,
22-
*::before,
23-
*::after {
24-
animation-duration: 0.01ms !important;
25-
animation-iteration-count: 1 !important;
26-
transition-duration: 0.01ms !important;
27-
}
28-
}
298

309
/* ========================================
3110
DIALOG OVERLAYS

0 commit comments

Comments
 (0)