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 b76a7e9 commit e213c33Copy full SHA for e213c33
tbx/static_src/sass/components/_animated-icon.scss
@@ -9,7 +9,6 @@
9
align-items: center;
10
gap: 3px;
11
transition: transform $transition;
12
- flex-shrink: 0;
13
14
@include reduced-motion() {
15
transition: none;
@@ -46,7 +45,6 @@
46
45
display: inline-block;
47
width: 65px;
48
height: 65px;
49
50
51
#{$root}__head {
52
position: absolute;
@@ -133,7 +131,6 @@
133
131
display: flex;
134
132
135
justify-content: center;
136
137
138
#{$root}__center {
139
@@ -234,4 +231,9 @@
234
231
}
235
232
236
233
+
+ // Make sure they don't get squashed when used in the showcase sf
+ .showcase & {
237
+ flex-shrink: 0;
238
+ }
239
0 commit comments