@asd20/ui 3.2.656 → 3.2.658
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 +0 -3
- package/src/components/organisms/Asd20ImageHeader/index.vue +0 -2
- package/src/components/organisms/Asd20PageHeader/index.vue +1 -1
- package/src/components/organisms/Asd20SchoolHomepageHeader/index.vue +0 -1
- package/src/components/organisms/Asd20SchoolPageHeader/index.vue +0 -3
- package/src/components/organisms/Asd20SecondaryHeader/index.vue +0 -1
- package/src/components/organisms/Asd20VideoHeaderContent/index.vue +0 -2
package/package.json
CHANGED
|
@@ -189,7 +189,6 @@ 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;
|
|
193
192
|
}
|
|
194
193
|
&__heading-combo {
|
|
195
194
|
margin: space(2) space(1) 0 0;
|
|
@@ -202,7 +201,6 @@ export default {
|
|
|
202
201
|
color: var(--website-header__title-color);
|
|
203
202
|
@include asd20-font(1, var(--website-typography__font-family-headlines));
|
|
204
203
|
margin: space(-0.5) space(2) space(1) space(1);
|
|
205
|
-
text-shadow: 2px 2px 5px black;
|
|
206
204
|
a {
|
|
207
205
|
color: var(--website-header__link-color);
|
|
208
206
|
}
|
|
@@ -219,7 +217,6 @@ export default {
|
|
|
219
217
|
margin-bottom: space(1);
|
|
220
218
|
// max-width: 25vw;
|
|
221
219
|
font-size: 0.875rem !important;
|
|
222
|
-
text-shadow: 2px 2px 5px black;
|
|
223
220
|
background-color: var(
|
|
224
221
|
--website-header__button-background-color,
|
|
225
222
|
var(--color__accent)
|
|
@@ -361,7 +361,6 @@ export default {
|
|
|
361
361
|
}
|
|
362
362
|
&__title-content {
|
|
363
363
|
// max-width: 100%;
|
|
364
|
-
text-shadow: 2px 2px 5px black;
|
|
365
364
|
}
|
|
366
365
|
|
|
367
366
|
.add-fade {
|
|
@@ -434,7 +433,6 @@ export default {
|
|
|
434
433
|
// max-width: 40vw;
|
|
435
434
|
min-height: space(2);
|
|
436
435
|
font-size: 0.875rem !important;
|
|
437
|
-
text-shadow: 2px 2px 5px black;
|
|
438
436
|
background-color: var(
|
|
439
437
|
--website-header__button-background-color,
|
|
440
438
|
var(--color__accent)
|
|
@@ -491,6 +491,7 @@ export default {
|
|
|
491
491
|
--website-header__button-foreground-color,
|
|
492
492
|
var(--color__accent-t100)
|
|
493
493
|
);
|
|
494
|
+
box-shadow: 2px 2px 2px rgb(50, 50, 50);
|
|
494
495
|
&:hover,
|
|
495
496
|
&:focus {
|
|
496
497
|
background-color: var(
|
|
@@ -580,7 +581,6 @@ export default {
|
|
|
580
581
|
&__title-content {
|
|
581
582
|
position: relative;
|
|
582
583
|
max-width: space(35);
|
|
583
|
-
text-shadow: 2px 2px 5px black;
|
|
584
584
|
// .asd20-page-header__lead {
|
|
585
585
|
// margin-right: 25%;
|
|
586
586
|
// }
|