@asd20/ui 3.2.926 → 3.2.928
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-lock.json +1 -1
- package/package.json +1 -1
- package/src/components/organisms/Asd20PrimaryHeader/index.vue +1 -0
- package/src/components/organisms/Asd20SchoolHomepageHeader/index.vue +2 -1
- package/src/components/templates/Asd20WayfindingAlternateTemplate/index.vue +1 -0
- package/src/components/templates/Asd20WayfindingImageTemplate/index.vue +1 -0
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +1 -0
package/package-lock.json
CHANGED
package/package.json
CHANGED
|
@@ -105,6 +105,7 @@ export default {
|
|
|
105
105
|
background: var(--website-homepage-header__background-color)
|
|
106
106
|
var(--website-homepage-header__background-style);
|
|
107
107
|
background-size: cover;
|
|
108
|
+
background-color: var(--website-homepage-header__background-color);
|
|
108
109
|
|
|
109
110
|
color: var(--color__primary);
|
|
110
111
|
padding: space(3) space(1) space(3) space(1);
|
|
@@ -110,7 +110,7 @@ export default {
|
|
|
110
110
|
flex-shrink: 0;
|
|
111
111
|
flex-direction: column;
|
|
112
112
|
box-sizing: border-box;
|
|
113
|
-
background: rgba(0, 0, 0, 0.01);
|
|
113
|
+
// background: rgba(0, 0, 0, 0.01);
|
|
114
114
|
|
|
115
115
|
&::before {
|
|
116
116
|
content: '';
|
|
@@ -204,6 +204,7 @@ export default {
|
|
|
204
204
|
|
|
205
205
|
&__content {
|
|
206
206
|
margin-top: space(2);
|
|
207
|
+
background: var(--website-header__background-color);
|
|
207
208
|
}
|
|
208
209
|
|
|
209
210
|
&__lead {
|