@asd20/ui 3.2.649 → 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
|
@@ -71,7 +71,7 @@ export default {
|
|
|
71
71
|
}
|
|
72
72
|
&::v-deep .asd20-messaging__content {
|
|
73
73
|
order: 1;
|
|
74
|
-
max-width:
|
|
74
|
+
max-width: 100%;
|
|
75
75
|
}
|
|
76
76
|
&::v-deep .asd20-button {
|
|
77
77
|
@include asd20-font(
|
|
@@ -127,8 +127,8 @@ export default {
|
|
|
127
127
|
}
|
|
128
128
|
@media (min-width: 667px) {
|
|
129
129
|
.asd20-secondary-header {
|
|
130
|
-
background: var(--website-homepage-header__secondary-background-color)
|
|
131
|
-
|
|
130
|
+
// background: var(--website-homepage-header__secondary-background-color)
|
|
131
|
+
// var(--website-homepage-header__secondary-background-style);
|
|
132
132
|
&::v-deep .lead {
|
|
133
133
|
width: 100%;
|
|
134
134
|
}
|
|
@@ -141,12 +141,19 @@ export default {
|
|
|
141
141
|
@media (min-width: 1024px) {
|
|
142
142
|
.asd20-secondary-header {
|
|
143
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);
|
|
144
146
|
// &::v-deep .lead {
|
|
145
147
|
// width: 80%;
|
|
146
148
|
// }
|
|
147
149
|
&::v-deep .message-image {
|
|
148
|
-
|
|
149
|
-
|
|
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%;
|
|
150
157
|
}
|
|
151
158
|
&::v-deep .asd20-messaging__heading {
|
|
152
159
|
border-bottom: none;
|
|
@@ -57,7 +57,8 @@ export default {
|
|
|
57
57
|
// rgba(8, 24, 43, 0) 100%
|
|
58
58
|
// );
|
|
59
59
|
// background: rgba(51, 92, 155, 0.7);
|
|
60
|
-
background: var(--website-homepage-header__background-color)
|
|
60
|
+
background: var(--website-homepage-header__background-color)
|
|
61
|
+
var(--website-homepage-header__background-style);
|
|
61
62
|
padding: space(1);
|
|
62
63
|
height: auto;
|
|
63
64
|
}
|