@asd20/ui 3.2.363 → 3.2.364
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/package.json
CHANGED
|
@@ -251,7 +251,7 @@ export default {
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
.scroll-down-indicator {
|
|
254
|
-
position:
|
|
254
|
+
position: absolute;
|
|
255
255
|
z-index: 3;
|
|
256
256
|
text-transform: uppercase;
|
|
257
257
|
display: none;
|
|
@@ -262,7 +262,7 @@ export default {
|
|
|
262
262
|
font-weight: 400;
|
|
263
263
|
color: transparent;
|
|
264
264
|
bottom: 15vh;
|
|
265
|
-
left:
|
|
265
|
+
left: 45%;
|
|
266
266
|
&::before {
|
|
267
267
|
content: '';
|
|
268
268
|
position: absolute;
|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
.scroll-down-indicator {
|
|
138
|
-
position:
|
|
138
|
+
position: absolute;
|
|
139
139
|
z-index: 3;
|
|
140
140
|
text-transform: uppercase;
|
|
141
141
|
display: none;
|
|
@@ -146,7 +146,7 @@ export default {
|
|
|
146
146
|
font-weight: 400;
|
|
147
147
|
color: transparent;
|
|
148
148
|
bottom: 15vh;
|
|
149
|
-
left:
|
|
149
|
+
left: 45%;
|
|
150
150
|
&::before {
|
|
151
151
|
content: '';
|
|
152
152
|
position: absolute;
|