@asd20/ui 3.2.654 → 3.2.655

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.654",
8
+ "version": "3.2.655",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -618,7 +618,6 @@ export default {
618
618
  .asd20-button {
619
619
  font-size: 1rem !important;
620
620
  flex-shrink: 0;
621
- text-shadow: 2px 2px 5px black;
622
621
  }
623
622
  }
624
623
  }
@@ -216,7 +216,6 @@ export default {
216
216
  flex-grow: 1;
217
217
  max-width: 35vw;
218
218
  font-size: 0.875rem !important;
219
- text-shadow: 2px 2px 5px black;
220
219
  background-color: var(
221
220
  --website-header__button-background-color,
222
221
  var(--color__accent)
@@ -182,7 +182,6 @@ export default {
182
182
  background: rgba(0, 0, 0, 0.4);
183
183
  height: 100%;
184
184
  padding-top: space(3);
185
- text-shadow: 2px 2px 5px black;
186
185
  }
187
186
  &__image {
188
187
  img {
@@ -39,7 +39,7 @@ export default {
39
39
  // background-position: bottom right !important;
40
40
  // background-size: cover !important;
41
41
  padding: space(2) space(1) space(1) space(1);
42
- text-shadow: 2px 1px 5px black;
42
+ text-shadow: 1px 1px 5px black;
43
43
  .asd20-messaging {
44
44
  padding: 0;
45
45
  }
@@ -40,7 +40,7 @@ export default {
40
40
  @import '../../../design/_mixins.scss';
41
41
 
42
42
  .asd20-video-header-content {
43
- text-shadow: 2px 1px 5px black;
43
+ text-shadow: 1px 1px 5px black;
44
44
 
45
45
  .asd20-messaging {
46
46
  // margin-bottom: space(1);