@asd20/ui 3.2.690 → 3.2.692

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.690",
8
+ "version": "3.2.692",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -347,7 +347,7 @@ export default {
347
347
  opacity: 0.75;
348
348
  }
349
349
  .top {
350
- margin-right: space(1);
350
+ margin-right: space(0.5);
351
351
  text-align: right;
352
352
  }
353
353
  .top,
@@ -356,12 +356,12 @@ export default {
356
356
  text-transform: uppercase;
357
357
  // text-align: center;
358
358
  font-weight: bold;
359
- font-size: 0.6rem;
359
+ font-size: 0.75rem;
360
360
  line-height: 1;
361
361
  flex: 0 0 100px;
362
362
  }
363
363
  .bottom {
364
- margin-left: space(1);
364
+ margin-left: space(0.5);
365
365
  text-align: left;
366
366
  }
367
367
  .middle {
@@ -15,6 +15,7 @@
15
15
  >
16
16
  <video
17
17
  class="background-video"
18
+ aria-hidden="true"
18
19
  autoplay
19
20
  loop
20
21
  autobuffer
@@ -11,6 +11,7 @@
11
11
 
12
12
  <video
13
13
  class="background-video"
14
+ aria-hidden="true"
14
15
  autoplay
15
16
  loop
16
17
  autobuffer