@asd20/ui 3.2.653 → 3.2.654

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.654",
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
  // }
@@ -617,6 +618,7 @@ export default {
617
618
  .asd20-button {
618
619
  font-size: 1rem !important;
619
620
  flex-shrink: 0;
621
+ text-shadow: 2px 2px 5px black;
620
622
  }
621
623
  }
622
624
  }
@@ -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 {
@@ -215,6 +216,7 @@ export default {
215
216
  flex-grow: 1;
216
217
  max-width: 35vw;
217
218
  font-size: 0.875rem !important;
219
+ text-shadow: 2px 2px 5px black;
218
220
  background-color: var(
219
221
  --website-header__button-background-color,
220
222
  var(--color__accent)
@@ -182,6 +182,7 @@ 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;
185
186
  }
186
187
  &__image {
187
188
  img {
@@ -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;