@asd20/ui 3.2.654 → 3.2.656
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/Asd20PageHeader/index.vue +0 -2
- package/src/components/organisms/Asd20SchoolHomepageHeader/index.vue +0 -1
- package/src/components/organisms/Asd20SchoolHomepageVideoHeader/index.vue +0 -1
- package/src/components/organisms/Asd20SecondaryHeader/index.vue +1 -1
- package/src/components/organisms/Asd20VideoHeaderContent/index.vue +1 -1
package/package.json
CHANGED
|
@@ -491,7 +491,6 @@ 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);
|
|
495
494
|
&:hover,
|
|
496
495
|
&:focus {
|
|
497
496
|
background-color: var(
|
|
@@ -618,7 +617,6 @@ export default {
|
|
|
618
617
|
.asd20-button {
|
|
619
618
|
font-size: 1rem !important;
|
|
620
619
|
flex-shrink: 0;
|
|
621
|
-
text-shadow: 2px 2px 5px black;
|
|
622
620
|
}
|
|
623
621
|
}
|
|
624
622
|
}
|
|
@@ -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
|
}
|