@asd20/ui 3.2.707 → 3.2.709
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/atoms/Asd20Messaging/index.vue +2 -12
- package/src/components/organisms/Asd20SecondaryHeader/index.vue +20 -9
- package/src/components/organisms/Asd20VideoHeader/index.vue +0 -8
- package/src/components/organisms/Asd20VideoHeaderContent/index.vue +2 -2
- package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +3 -3
package/package.json
CHANGED
|
@@ -173,6 +173,7 @@ export default {
|
|
|
173
173
|
// margin-top: space(-1);
|
|
174
174
|
// }
|
|
175
175
|
padding: space(1);
|
|
176
|
+
justify-content: space-between;
|
|
176
177
|
|
|
177
178
|
& > .message-image {
|
|
178
179
|
display: flex;
|
|
@@ -194,7 +195,6 @@ export default {
|
|
|
194
195
|
@media (min-width: 1024px) {
|
|
195
196
|
.asd20-messaging {
|
|
196
197
|
&--fullscreen {
|
|
197
|
-
// position: relative;
|
|
198
198
|
padding: 0;
|
|
199
199
|
display: flex;
|
|
200
200
|
align-items: center;
|
|
@@ -203,22 +203,12 @@ export default {
|
|
|
203
203
|
position: relative;
|
|
204
204
|
z-index: 1;
|
|
205
205
|
height: min-content;
|
|
206
|
-
// align-self: center;
|
|
207
206
|
transform: translate3d(0, calc(10% * var(--scroll-progress)), 0);
|
|
208
207
|
}
|
|
209
208
|
|
|
210
209
|
.message-image {
|
|
211
210
|
position: relative;
|
|
212
|
-
|
|
213
|
-
padding-right: space(1);
|
|
214
|
-
margin: 0;
|
|
215
|
-
img {
|
|
216
|
-
width: 15vw;
|
|
217
|
-
height: 15vw;
|
|
218
|
-
// filter: grayscale(100%);
|
|
219
|
-
// mix-blend-mode: lighten;
|
|
220
|
-
// opacity: 0.7;
|
|
221
|
-
}
|
|
211
|
+
margin: 0 0 0 1rem;
|
|
222
212
|
}
|
|
223
213
|
}
|
|
224
214
|
}
|
|
@@ -38,18 +38,18 @@ export default {
|
|
|
38
38
|
// background-image: var(--website-homepage-header__secondary-background-style);
|
|
39
39
|
// background-position: bottom right !important;
|
|
40
40
|
// background-size: cover !important;
|
|
41
|
-
padding: space(
|
|
41
|
+
padding: space(1) 0 space(1) 0;
|
|
42
42
|
.asd20-messaging {
|
|
43
43
|
padding: 0;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
&::v-deep .message-image {
|
|
47
47
|
order: 2;
|
|
48
|
-
padding: space(1);
|
|
49
|
-
margin-top: space(-1);
|
|
48
|
+
// padding-top: space(1);
|
|
49
|
+
// margin-top: space(-1);
|
|
50
50
|
img {
|
|
51
51
|
width: 100%;
|
|
52
|
-
height:
|
|
52
|
+
height: 200px;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
&::v-deep .asd20-messaging__heading {
|
|
@@ -72,6 +72,7 @@ export default {
|
|
|
72
72
|
order: 1;
|
|
73
73
|
max-width: 100%;
|
|
74
74
|
text-shadow: 1px 1px 4px black !important;
|
|
75
|
+
padding: space(1);
|
|
75
76
|
}
|
|
76
77
|
&::v-deep .asd20-button {
|
|
77
78
|
@include asd20-font(
|
|
@@ -138,22 +139,32 @@ export default {
|
|
|
138
139
|
}
|
|
139
140
|
}
|
|
140
141
|
}
|
|
142
|
+
|
|
143
|
+
@media (min-width: 768px) {
|
|
144
|
+
.asd20-secondary-header {
|
|
145
|
+
&::v-deep .asd20-messaging__content {
|
|
146
|
+
padding: space(1);
|
|
147
|
+
}
|
|
148
|
+
&::v-deep .message-image img {
|
|
149
|
+
height: 300px;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
141
153
|
@media (min-width: 1024px) {
|
|
142
154
|
.asd20-secondary-header {
|
|
143
155
|
padding: space(3) space(3) space(2) space(3);
|
|
144
156
|
background: var(--website-homepage-header__secondary-background-color)
|
|
145
157
|
var(--website-homepage-header__secondary-background-style);
|
|
146
|
-
// &::v-deep .lead {
|
|
147
|
-
// width: 80%;
|
|
148
|
-
// }
|
|
149
158
|
&::v-deep .message-image {
|
|
150
|
-
// display: none !important;
|
|
151
159
|
margin-top: 0;
|
|
152
|
-
|
|
160
|
+
img {
|
|
161
|
+
height: auto;
|
|
162
|
+
}
|
|
153
163
|
}
|
|
154
164
|
&::v-deep .asd20-messaging__content {
|
|
155
165
|
order: 1;
|
|
156
166
|
max-width: 60%;
|
|
167
|
+
padding: 0;
|
|
157
168
|
}
|
|
158
169
|
&::v-deep .asd20-messaging__heading {
|
|
159
170
|
border-bottom: none;
|
|
@@ -108,18 +108,14 @@ export default {
|
|
|
108
108
|
--fill-one: rgba(255, 255, 255, 1);
|
|
109
109
|
--fill-two: rgba(255, 255, 255, 0.625);
|
|
110
110
|
|
|
111
|
-
// position: absolute;
|
|
112
111
|
right: 0;
|
|
113
112
|
z-index: 100;
|
|
114
113
|
padding: space(0.25) space(0);
|
|
115
|
-
// display: flex;
|
|
116
114
|
justify-content: space-between;
|
|
117
115
|
align-items: center;
|
|
118
116
|
margin: 0 0.5rem;
|
|
119
|
-
// flex-direction: column;
|
|
120
117
|
|
|
121
118
|
& ::v-deep .notification-group--status {
|
|
122
|
-
// margin-left: -0.5rem;
|
|
123
119
|
.asd20-notification {
|
|
124
120
|
margin: 0;
|
|
125
121
|
padding: 0 !important;
|
|
@@ -198,10 +194,6 @@ export default {
|
|
|
198
194
|
|
|
199
195
|
@media (min-width: 768px) {
|
|
200
196
|
.asd20-video-header {
|
|
201
|
-
// .background-image {
|
|
202
|
-
// height: 80vh;
|
|
203
|
-
// max-height: 400px;
|
|
204
|
-
// }
|
|
205
197
|
&__top {
|
|
206
198
|
position: absolute;
|
|
207
199
|
padding: space(0.5) space(0);
|
|
@@ -150,7 +150,7 @@ export default {
|
|
|
150
150
|
// width: 80%;
|
|
151
151
|
&::v-deep .asd20-messaging {
|
|
152
152
|
padding: space(1);
|
|
153
|
-
margin-left: space(
|
|
153
|
+
margin-left: space(3);
|
|
154
154
|
.asd20-messaging__content {
|
|
155
155
|
margin: 0;
|
|
156
156
|
animation: slide_left 2s ease-in-out 0.5s both;
|
|
@@ -168,7 +168,7 @@ export default {
|
|
|
168
168
|
width: 75%;
|
|
169
169
|
top: 0;
|
|
170
170
|
bottom: space(-0.74);
|
|
171
|
-
left:
|
|
171
|
+
left: 3.25rem;
|
|
172
172
|
height: 100%;
|
|
173
173
|
right: 0;
|
|
174
174
|
z-index: -1;
|