@asd20/ui 3.2.657 → 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 -2
- package/src/components/organisms/Asd20ImageHeader/index.vue +0 -1
- package/src/components/organisms/Asd20PageHeader/index.vue +0 -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
|
}
|