@asd20/ui 3.2.354 → 3.2.355
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
|
@@ -257,12 +257,12 @@ export default {
|
|
|
257
257
|
display: none;
|
|
258
258
|
flex-direction: column;
|
|
259
259
|
align-items: center;
|
|
260
|
-
padding-bottom: space(2.125);
|
|
260
|
+
// padding-bottom: space(2.125);
|
|
261
261
|
text-align: center;
|
|
262
262
|
font-weight: 400;
|
|
263
263
|
color: transparent;
|
|
264
264
|
bottom: 15vh;
|
|
265
|
-
left:45vw;
|
|
265
|
+
left: 45vw;
|
|
266
266
|
&::before {
|
|
267
267
|
content: '';
|
|
268
268
|
position: absolute;
|
|
@@ -285,7 +285,7 @@ export default {
|
|
|
285
285
|
width: space(0.5);
|
|
286
286
|
height: space(0.5);
|
|
287
287
|
bottom: space(1);
|
|
288
|
-
left: space(0.
|
|
288
|
+
left: space(0.575);
|
|
289
289
|
border: 5px solid var(--color__on-accent);
|
|
290
290
|
border-top-color: transparent;
|
|
291
291
|
border-left-color: transparent;
|