@asd20/ui 3.2.650 → 3.2.651
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
CHANGED
|
@@ -34,8 +34,7 @@ export default {
|
|
|
34
34
|
flex-shrink: 0;
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
color: var(--website-homepage-header__secondary-foreground-color);
|
|
37
|
-
background: var(--website-homepage-header__secondary-background-color)
|
|
38
|
-
var(--website-homepage-header__secondary-background-style);
|
|
37
|
+
background: var(--website-homepage-header__secondary-background-color);
|
|
39
38
|
// background-image: var(--website-homepage-header__secondary-background-style);
|
|
40
39
|
// background-position: bottom right !important;
|
|
41
40
|
// background-size: cover !important;
|
|
@@ -72,7 +71,7 @@ export default {
|
|
|
72
71
|
}
|
|
73
72
|
&::v-deep .asd20-messaging__content {
|
|
74
73
|
order: 1;
|
|
75
|
-
max-width:
|
|
74
|
+
max-width: 100%;
|
|
76
75
|
}
|
|
77
76
|
&::v-deep .asd20-button {
|
|
78
77
|
@include asd20-font(
|
|
@@ -128,8 +127,8 @@ export default {
|
|
|
128
127
|
}
|
|
129
128
|
@media (min-width: 667px) {
|
|
130
129
|
.asd20-secondary-header {
|
|
131
|
-
background: var(--website-homepage-header__secondary-background-color)
|
|
132
|
-
|
|
130
|
+
// background: var(--website-homepage-header__secondary-background-color)
|
|
131
|
+
// var(--website-homepage-header__secondary-background-style);
|
|
133
132
|
&::v-deep .lead {
|
|
134
133
|
width: 100%;
|
|
135
134
|
}
|
|
@@ -142,12 +141,19 @@ export default {
|
|
|
142
141
|
@media (min-width: 1024px) {
|
|
143
142
|
.asd20-secondary-header {
|
|
144
143
|
padding: space(3) space(3) space(2) space(3);
|
|
144
|
+
background: var(--website-homepage-header__secondary-background-color)
|
|
145
|
+
var(--website-homepage-header__secondary-background-style);
|
|
145
146
|
// &::v-deep .lead {
|
|
146
147
|
// width: 80%;
|
|
147
148
|
// }
|
|
148
149
|
&::v-deep .message-image {
|
|
149
|
-
|
|
150
|
-
|
|
150
|
+
display: none;
|
|
151
|
+
// margin-top: 0;
|
|
152
|
+
// padding: 0 0 0 space(1);
|
|
153
|
+
}
|
|
154
|
+
&::v-deep .asd20-messaging__content {
|
|
155
|
+
order: 1;
|
|
156
|
+
max-width: 80%;
|
|
151
157
|
}
|
|
152
158
|
&::v-deep .asd20-messaging__heading {
|
|
153
159
|
border-bottom: none;
|