@asd20/ui 3.2.708 → 3.2.710
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 +1 -12
- package/src/components/organisms/Asd20SecondaryHeader/index.vue +20 -10
- package/src/components/organisms/Asd20VideoHeader/index.vue +0 -8
- package/src/components/organisms/Asd20VideoHeaderContent/index.vue +7 -7
- package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +5 -5
package/package.json
CHANGED
|
@@ -195,7 +195,6 @@ export default {
|
|
|
195
195
|
@media (min-width: 1024px) {
|
|
196
196
|
.asd20-messaging {
|
|
197
197
|
&--fullscreen {
|
|
198
|
-
// position: relative;
|
|
199
198
|
padding: 0;
|
|
200
199
|
display: flex;
|
|
201
200
|
align-items: center;
|
|
@@ -204,22 +203,12 @@ export default {
|
|
|
204
203
|
position: relative;
|
|
205
204
|
z-index: 1;
|
|
206
205
|
height: min-content;
|
|
207
|
-
// align-self: center;
|
|
208
206
|
transform: translate3d(0, calc(10% * var(--scroll-progress)), 0);
|
|
209
207
|
}
|
|
210
208
|
|
|
211
209
|
.message-image {
|
|
212
210
|
position: relative;
|
|
213
|
-
|
|
214
|
-
padding-right: space(1);
|
|
215
|
-
margin: 0;
|
|
216
|
-
img {
|
|
217
|
-
width: 15vw;
|
|
218
|
-
height: 15vw;
|
|
219
|
-
// filter: grayscale(100%);
|
|
220
|
-
// mix-blend-mode: lighten;
|
|
221
|
-
// opacity: 0.7;
|
|
222
|
-
}
|
|
211
|
+
margin: 0 0 0 1rem;
|
|
223
212
|
}
|
|
224
213
|
}
|
|
225
214
|
}
|
|
@@ -38,19 +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:
|
|
53
|
-
max-height: 300px;
|
|
52
|
+
height: 200px;
|
|
54
53
|
}
|
|
55
54
|
}
|
|
56
55
|
&::v-deep .asd20-messaging__heading {
|
|
@@ -73,6 +72,7 @@ export default {
|
|
|
73
72
|
order: 1;
|
|
74
73
|
max-width: 100%;
|
|
75
74
|
text-shadow: 1px 1px 4px black !important;
|
|
75
|
+
padding: space(1);
|
|
76
76
|
}
|
|
77
77
|
&::v-deep .asd20-button {
|
|
78
78
|
@include asd20-font(
|
|
@@ -139,22 +139,32 @@ export default {
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
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
|
+
}
|
|
142
153
|
@media (min-width: 1024px) {
|
|
143
154
|
.asd20-secondary-header {
|
|
144
155
|
padding: space(3) space(3) space(2) space(3);
|
|
145
156
|
background: var(--website-homepage-header__secondary-background-color)
|
|
146
157
|
var(--website-homepage-header__secondary-background-style);
|
|
147
|
-
// &::v-deep .lead {
|
|
148
|
-
// width: 80%;
|
|
149
|
-
// }
|
|
150
158
|
&::v-deep .message-image {
|
|
151
|
-
// display: none !important;
|
|
152
159
|
margin-top: 0;
|
|
153
|
-
|
|
160
|
+
img {
|
|
161
|
+
height: auto;
|
|
162
|
+
}
|
|
154
163
|
}
|
|
155
164
|
&::v-deep .asd20-messaging__content {
|
|
156
165
|
order: 1;
|
|
157
166
|
max-width: 60%;
|
|
167
|
+
padding: 0;
|
|
158
168
|
}
|
|
159
169
|
&::v-deep .asd20-messaging__heading {
|
|
160
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);
|
|
@@ -113,11 +113,11 @@ export default {
|
|
|
113
113
|
@keyframes slide_down {
|
|
114
114
|
from {
|
|
115
115
|
opacity: 0;
|
|
116
|
-
bottom: space(2);
|
|
116
|
+
// bottom: space(2);
|
|
117
117
|
}
|
|
118
118
|
to {
|
|
119
119
|
opacity: 1;
|
|
120
|
-
botom: space(-0.74);
|
|
120
|
+
// botom: space(-0.74);
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
|
|
@@ -150,10 +150,10 @@ 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
|
-
animation: slide_left
|
|
156
|
+
animation: slide_left 1.5s ease-in-out 0.5s both;
|
|
157
157
|
}
|
|
158
158
|
.asd20-messaging__heading {
|
|
159
159
|
@include fluid-type($base-font-size * 1.5, $base-font-size * 2);
|
|
@@ -167,8 +167,8 @@ export default {
|
|
|
167
167
|
position: absolute;
|
|
168
168
|
width: 75%;
|
|
169
169
|
top: 0;
|
|
170
|
-
bottom: space(-0.74);
|
|
171
|
-
left:
|
|
170
|
+
// bottom: space(-0.74);
|
|
171
|
+
left: 3.25rem;
|
|
172
172
|
height: 100%;
|
|
173
173
|
right: 0;
|
|
174
174
|
z-index: -1;
|
|
@@ -189,7 +189,7 @@ export default {
|
|
|
189
189
|
// );
|
|
190
190
|
border-left: 30px solid var(--website-homepage-header__accent);
|
|
191
191
|
// border-bottom: 20px solid var(--website-homepage-header__accent);
|
|
192
|
-
animation:
|
|
192
|
+
animation: slide_down 2.5s ease-in-out 0.5s both;
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
&::v-deep .asd20-messaging__button-group {
|
|
@@ -307,7 +307,7 @@ export default {
|
|
|
307
307
|
@keyframes slide_left {
|
|
308
308
|
from {
|
|
309
309
|
opacity: 0;
|
|
310
|
-
margin-left:
|
|
310
|
+
margin-left: 200px;
|
|
311
311
|
}
|
|
312
312
|
to {
|
|
313
313
|
opacity: 1;
|
|
@@ -355,7 +355,7 @@ export default {
|
|
|
355
355
|
position: absolute;
|
|
356
356
|
bottom: 20%;
|
|
357
357
|
transform: translate3d(0, calc(-70% * var(--scroll-progress)), 0);
|
|
358
|
-
animation: slide_left
|
|
358
|
+
animation: slide_left 1.5s ease-in-out 0.5s both;
|
|
359
359
|
.lead {
|
|
360
360
|
}
|
|
361
361
|
}
|
|
@@ -372,8 +372,8 @@ export default {
|
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
375
|
+
.asd20-secondary-header {
|
|
376
|
+
background-attachment: fixed !important;
|
|
377
|
+
}
|
|
378
378
|
}
|
|
379
379
|
</style>
|