We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae19fb commit a5ef546Copy full SHA for a5ef546
1 file changed
js/css/common-components.css
@@ -5,27 +5,6 @@
5
* Note: Variables are defined in css-variables.css
6
*/
7
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
29
30
/* ========================================
31
DIALOG OVERLAYS
0 commit comments