@axos-web-dev/shared-components 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/assets/globals.css
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
@keyframes _5fvzn90 {
|
|
2
|
-
0% {
|
|
3
|
-
left: 4px;
|
|
4
|
-
}
|
|
5
|
-
to {
|
|
6
|
-
left: 0px;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
@keyframes _5fvzn91 {
|
|
10
|
-
0% {
|
|
11
|
-
left: 0px;
|
|
12
|
-
}
|
|
13
|
-
to {
|
|
14
|
-
left: 4px;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
1
|
* {
|
|
18
2
|
box-sizing: border-box;
|
|
19
3
|
margin: 0;
|
|
@@ -209,11 +193,11 @@ h1, h2, h3, h4, h5, h6, es_font {
|
|
|
209
193
|
}
|
|
210
194
|
.sc__btn > .arrow {
|
|
211
195
|
position: relative;
|
|
212
|
-
|
|
196
|
+
will-change: transform;
|
|
197
|
+
transition: transform 0.3s ease;
|
|
213
198
|
}
|
|
214
|
-
.sc__btn:hover > .arrow, .
|
|
215
|
-
|
|
216
|
-
animation: _5fvzn91 0.3s ease-out 0s 1 normal forwards;
|
|
199
|
+
.sc__btn:hover > .arrow, .sc__btn:focus-within > .arrow {
|
|
200
|
+
transform: translateX(4px);
|
|
217
201
|
}
|
|
218
202
|
.link {
|
|
219
203
|
word-break: break-word;
|