@asd20/ui 3.2.653 → 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.653",
8
+ "version": "3.2.655",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -189,6 +189,7 @@ export default {
189
189
  );
190
190
  margin: space(1) space(1) space(1) space(1);
191
191
  z-index: 1;
192
+ text-shadow: 2px 2px 5px black;
192
193
  }
193
194
  &__heading-combo {
194
195
  margin: space(2) space(1) 0 0;
@@ -201,6 +202,7 @@ export default {
201
202
  color: var(--website-header__title-color);
202
203
  @include asd20-font(1, var(--website-typography__font-family-headlines));
203
204
  margin: space(-0.5) space(2) space(1) space(1);
205
+ text-shadow: 2px 2px 5px black;
204
206
  a {
205
207
  color: var(--website-header__link-color);
206
208
  }
@@ -217,6 +219,7 @@ export default {
217
219
  margin-bottom: space(1);
218
220
  // max-width: 25vw;
219
221
  font-size: 0.875rem !important;
222
+ text-shadow: 2px 2px 5px black;
220
223
  background-color: var(
221
224
  --website-header__button-background-color,
222
225
  var(--color__accent)
@@ -358,9 +358,10 @@ export default {
358
358
  &::v-deep .asd20-breadcrumb {
359
359
  margin: space(1) 0 0 0;
360
360
  }
361
- &__title-content {
362
- max-width: 100%;
363
- }
361
+ }
362
+ &__title-content {
363
+ // max-width: 100%;
364
+ text-shadow: 2px 2px 5px black;
364
365
  }
365
366
 
366
367
  .add-fade {
@@ -433,6 +434,7 @@ export default {
433
434
  // max-width: 40vw;
434
435
  min-height: space(2);
435
436
  font-size: 0.875rem !important;
437
+ text-shadow: 2px 2px 5px black;
436
438
  background-color: var(
437
439
  --website-header__button-background-color,
438
440
  var(--color__accent)
@@ -581,6 +581,7 @@ export default {
581
581
  &__title-content {
582
582
  position: relative;
583
583
  max-width: space(35);
584
+ text-shadow: 2px 2px 5px black;
584
585
  // .asd20-page-header__lead {
585
586
  // margin-right: 25%;
586
587
  // }
@@ -194,6 +194,7 @@ export default {
194
194
 
195
195
  &__content {
196
196
  margin-top: space(2);
197
+ text-shadow: 2px 2px 5px black;
197
198
  }
198
199
 
199
200
  &__lead {
@@ -209,6 +209,9 @@ export default {
209
209
  margin: space(0.5) 0 0 0;
210
210
  }
211
211
  }
212
+ &__content {
213
+ text-shadow: 2px 2px 5px black;
214
+ }
212
215
 
213
216
  &__image {
214
217
  order: -2;
@@ -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);