@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 +1 -1
- package/src/components/organisms/Asd20CampusHeader/index.vue +3 -0
- package/src/components/organisms/Asd20ImageHeader/index.vue +5 -3
- package/src/components/organisms/Asd20PageHeader/index.vue +1 -0
- package/src/components/organisms/Asd20SchoolHomepageHeader/index.vue +1 -0
- package/src/components/organisms/Asd20SchoolPageHeader/index.vue +3 -0
- package/src/components/organisms/Asd20SecondaryHeader/index.vue +1 -1
- package/src/components/organisms/Asd20VideoHeaderContent/index.vue +1 -1
package/package.json
CHANGED
|
@@ -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
|
-
|
|
362
|
-
|
|
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)
|
|
@@ -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:
|
|
42
|
+
text-shadow: 1px 1px 5px black;
|
|
43
43
|
.asd20-messaging {
|
|
44
44
|
padding: 0;
|
|
45
45
|
}
|