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 cca2c00 commit 85a4140Copy full SHA for 85a4140
tbx/static_src/sass/components/_animated-icon.scss
@@ -14,6 +14,10 @@
14
transition: none;
15
}
16
17
+ @include high-contrast-mode() {
18
+ display: none;
19
+ }
20
+
21
#{$root}__megaphone {
22
width: 35px;
23
height: 30px;
@@ -61,6 +65,10 @@
61
65
height: 65px;
62
66
63
67
68
69
70
71
64
72
#{$root}__head {
73
position: absolute;
74
width: 50px;
@@ -189,6 +197,10 @@
189
197
190
198
191
199
200
201
202
203
192
204
#{$root}__center {
193
205
194
206
width: 5px;
@@ -269,6 +281,10 @@
269
281
height: 90px;
270
282
271
283
284
285
286
287
272
288
#{$root}__lightbulb-inner {
273
289
274
290
width: 14px;
0 commit comments