@asd20/ui 3.2.745 → 3.2.746
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/molecules/Asd20Notification/index.vue +1 -1
- package/src/components/organisms/Asd20NotificationGroup/index.vue +20 -9
- package/src/components/organisms/Asd20SchoolHomepageHeader/index.vue +4 -3
- package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +11 -9
package/package.json
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
>
|
|
72
72
|
<button :title="prevTitle" @click="previous">
|
|
73
73
|
<svg
|
|
74
|
-
style="width:
|
|
74
|
+
style="width: 24px"
|
|
75
75
|
viewBox="0 0 48 48"
|
|
76
76
|
xmlns="http://www.w3.org/2000/svg"
|
|
77
77
|
>
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
<span>{{ index + 1 }} of {{ notificationsFromIndex.length }}</span>
|
|
85
85
|
<button :title="nextTitle" @click="next">
|
|
86
86
|
<svg
|
|
87
|
-
style="width:
|
|
87
|
+
style="width: 24px"
|
|
88
88
|
viewBox="0 0 48 48"
|
|
89
89
|
xmlns="http://www.w3.org/2000/svg"
|
|
90
90
|
>
|
|
@@ -278,7 +278,6 @@ export default {
|
|
|
278
278
|
&--floating {
|
|
279
279
|
z-index: 1000;
|
|
280
280
|
flex-direction: row;
|
|
281
|
-
margin-right: 0.25rem;
|
|
282
281
|
align-items: center;
|
|
283
282
|
justify-content: flex-end;
|
|
284
283
|
height: 2.75rem;
|
|
@@ -335,7 +334,7 @@ export default {
|
|
|
335
334
|
display: flex;
|
|
336
335
|
justify-content: flex-end;
|
|
337
336
|
align-items: center;
|
|
338
|
-
font-size: 0.
|
|
337
|
+
font-size: 0.85rem;
|
|
339
338
|
z-index: 15;
|
|
340
339
|
|
|
341
340
|
font-family: sans-serif;
|
|
@@ -348,8 +347,8 @@ export default {
|
|
|
348
347
|
font-size: 1.5rem;
|
|
349
348
|
font-weight: bold;
|
|
350
349
|
line-height: 0;
|
|
351
|
-
width:
|
|
352
|
-
height:
|
|
350
|
+
width: 2rem;
|
|
351
|
+
height: 2rem;
|
|
353
352
|
display: flex;
|
|
354
353
|
justify-content: center;
|
|
355
354
|
align-items: center;
|
|
@@ -376,7 +375,7 @@ export default {
|
|
|
376
375
|
// z-index: -1;
|
|
377
376
|
z-index: 8;
|
|
378
377
|
padding-right: 2rem;
|
|
379
|
-
padding-left: 0.5rem;
|
|
378
|
+
// padding-left: 0.5rem;
|
|
380
379
|
border-radius: 3rem;
|
|
381
380
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0625);
|
|
382
381
|
}
|
|
@@ -465,8 +464,9 @@ export default {
|
|
|
465
464
|
&--banner .pagination {
|
|
466
465
|
position: absolute;
|
|
467
466
|
z-index: 199;
|
|
468
|
-
|
|
469
|
-
|
|
467
|
+
top: 1.125rem;
|
|
468
|
+
right: 50%;
|
|
469
|
+
transform: translatex(50%);
|
|
470
470
|
color: white;
|
|
471
471
|
button {
|
|
472
472
|
fill: white;
|
|
@@ -653,4 +653,15 @@ export default {
|
|
|
653
653
|
opacity: 1;
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
|
+
|
|
657
|
+
@media (min-width: 768px) {
|
|
658
|
+
.notification-group {
|
|
659
|
+
&--banner .pagination {
|
|
660
|
+
top: inherit;
|
|
661
|
+
bottom: 0.5rem;
|
|
662
|
+
right: 0.5rem;
|
|
663
|
+
transform: translatex(0%);
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
}
|
|
656
667
|
</style>
|
|
@@ -147,17 +147,18 @@ export default {
|
|
|
147
147
|
&__top {
|
|
148
148
|
--fill-one: rgba(255, 255, 255, 1);
|
|
149
149
|
--fill-two: rgba(255, 255, 255, 0.625);
|
|
150
|
-
|
|
150
|
+
width: 100%;
|
|
151
151
|
position: absolute;
|
|
152
|
+
right: 0;
|
|
152
153
|
z-index: 101;
|
|
153
154
|
// background: white;
|
|
154
155
|
display: flex;
|
|
155
156
|
justify-content: flex-end;
|
|
156
157
|
flex-direction: row;
|
|
157
158
|
align-items: center;
|
|
158
|
-
padding: space(0.25) space(0.
|
|
159
|
+
padding: space(0.25) space(0.25);
|
|
159
160
|
margin-top: space(0.5);
|
|
160
|
-
width: 95vw;
|
|
161
|
+
// width: 95vw;
|
|
161
162
|
&::v-deep .asd20-picker {
|
|
162
163
|
display: none;
|
|
163
164
|
}
|
|
@@ -253,9 +253,10 @@ export default {
|
|
|
253
253
|
}
|
|
254
254
|
.weather-status-and-translation-container {
|
|
255
255
|
display: flex;
|
|
256
|
-
flex-direction:
|
|
256
|
+
flex-direction: row;
|
|
257
257
|
margin: space(0.25) 0;
|
|
258
258
|
justify-content: flex-end;
|
|
259
|
+
align-items: center;
|
|
259
260
|
}
|
|
260
261
|
.asd20-language-translation {
|
|
261
262
|
// position: absolute;
|
|
@@ -286,7 +287,6 @@ export default {
|
|
|
286
287
|
.weather-link {
|
|
287
288
|
text-decoration: none;
|
|
288
289
|
border-radius: 3rem;
|
|
289
|
-
margin-bottom: 0.5rem;
|
|
290
290
|
}
|
|
291
291
|
.asd20-organization-picker {
|
|
292
292
|
display: none;
|
|
@@ -299,7 +299,10 @@ export default {
|
|
|
299
299
|
}
|
|
300
300
|
.double-notification-wrapper {
|
|
301
301
|
display: flex;
|
|
302
|
-
flex-direction:
|
|
302
|
+
flex-direction: row;
|
|
303
|
+
align-items: center;
|
|
304
|
+
flex-wrap: wrap;
|
|
305
|
+
justify-content: flex-end;
|
|
303
306
|
}
|
|
304
307
|
}
|
|
305
308
|
}
|
|
@@ -340,9 +343,9 @@ export default {
|
|
|
340
343
|
--fill-color: var(--color__accent) !important;
|
|
341
344
|
}
|
|
342
345
|
}
|
|
343
|
-
.double-notification-wrapper {
|
|
344
|
-
|
|
345
|
-
}
|
|
346
|
+
// .double-notification-wrapper {
|
|
347
|
+
// justify-content: center;
|
|
348
|
+
// }
|
|
346
349
|
}
|
|
347
350
|
.asd20-video-header-content {
|
|
348
351
|
top: inherit;
|
|
@@ -359,15 +362,14 @@ export default {
|
|
|
359
362
|
}
|
|
360
363
|
.asd20-video-header {
|
|
361
364
|
.double-notification-wrapper {
|
|
362
|
-
|
|
365
|
+
align-items: center;
|
|
366
|
+
flex-wrap: wrap;
|
|
363
367
|
}
|
|
364
368
|
.asd20-video-header-content {
|
|
365
369
|
position: absolute;
|
|
366
370
|
bottom: 20%;
|
|
367
371
|
transform: translate3d(0, calc(-70% * var(--scroll-progress)), 0);
|
|
368
372
|
animation: slide_left 1.5s ease-in-out 0.5s both;
|
|
369
|
-
.lead {
|
|
370
|
-
}
|
|
371
373
|
}
|
|
372
374
|
.asd20-organization-picker {
|
|
373
375
|
display: inherit !important;
|