@asd20/ui 3.2.1028 → 3.2.1030
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/Asd20LanguageTranslation/index.vue +7 -0
- package/src/components/molecules/Asd20Share/index.vue +1 -22
- package/src/components/organisms/Asd20ImageHeader/index.vue +1 -7
- package/src/components/organisms/Asd20NotificationGroup/index.vue +1 -4
- package/src/components/organisms/Asd20PageHeader/index.vue +3 -6
- package/src/components/templates/Asd20ArticleDigestCompactTemplate/index.vue +1 -4
- package/src/components/templates/Asd20ArticleDigestTemplate/index.vue +1 -28
- package/src/components/templates/Asd20ArticleListTemplate/index.vue +1 -22
- package/src/components/templates/Asd20ArticleTemplate/index.vue +1 -26
- package/src/components/templates/Asd20CampusDetailTemplate/index.vue +2 -20
- package/src/components/templates/Asd20ClubsTemplate/index.vue +1 -27
- package/src/components/templates/Asd20DetailAlternateTemplate/index.vue +1 -1
- package/src/components/templates/Asd20DetailImageFullTemplate/index.vue +1 -1
- package/src/components/templates/Asd20DetailImageTemplate/index.vue +1 -1
- package/src/components/templates/Asd20DetailTemplate/index.vue +1 -1
- package/src/components/templates/Asd20DistrictHomeTemplate/index.vue +2 -5
- package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +0 -6
- package/src/components/templates/Asd20FileListPageTemplate/index.vue +1 -39
- package/src/components/templates/Asd20LoginsTemplate/index.vue +1 -27
- package/src/components/templates/Asd20SchoolHomeTemplate/index.vue +1 -7
- package/src/components/templates/Asd20SchoolHomeVideoTemplate/index.vue +2 -61
- package/src/components/templates/Asd20WayfindingAccessibilityTemplate/index.vue +1 -1
- package/src/components/templates/Asd20WayfindingAlternateTemplate/index.vue +1 -25
- package/src/components/templates/Asd20WayfindingImageTemplate/index.vue +1 -1
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +1 -31
package/package.json
CHANGED
|
@@ -94,6 +94,13 @@ export default {
|
|
|
94
94
|
&__overlay-label ::after {
|
|
95
95
|
margin-right: space(1);
|
|
96
96
|
}
|
|
97
|
+
.asd20-icon {
|
|
98
|
+
margin-left: space(0.25);
|
|
99
|
+
width: 32px !important;
|
|
100
|
+
height: 32px !important;
|
|
101
|
+
--line-color: var(--website-icon__line-color) !important;
|
|
102
|
+
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
103
|
+
}
|
|
97
104
|
}
|
|
98
105
|
}
|
|
99
106
|
</style>
|
|
@@ -68,28 +68,7 @@ export default {
|
|
|
68
68
|
|
|
69
69
|
methods: {
|
|
70
70
|
share() {
|
|
71
|
-
// if (typeof window !== undefined && navigator.share) {
|
|
72
|
-
// const h1 = document.getElementsByTagName('h1')[0]
|
|
73
|
-
// const pageTitle = document.getElementsByTagName('title')[0]
|
|
74
|
-
// const title = h1 ? h1.innerText : pageTitle.text
|
|
75
|
-
// const url = document.querySelector('link[rel=canonical]')
|
|
76
|
-
// ? document.querySelector('link[rel=canonical]').href
|
|
77
|
-
// : document.location.href
|
|
78
|
-
|
|
79
|
-
// this.showMenu = false
|
|
80
|
-
|
|
81
|
-
// navigator
|
|
82
|
-
// .share({
|
|
83
|
-
// title,
|
|
84
|
-
// url,
|
|
85
|
-
// })
|
|
86
|
-
// .then(() => {
|
|
87
|
-
// console.log('Thanks for sharing!')
|
|
88
|
-
// })
|
|
89
|
-
// .catch(console.error)
|
|
90
|
-
// } else {
|
|
91
71
|
this.showMenu = !this.showMenu
|
|
92
|
-
// }
|
|
93
72
|
},
|
|
94
73
|
openShareLink(urlTemplate) {
|
|
95
74
|
this.showMenu = false
|
|
@@ -172,7 +151,7 @@ export default {
|
|
|
172
151
|
padding-right: 0.5rem;
|
|
173
152
|
}
|
|
174
153
|
.asd20-icon {
|
|
175
|
-
--line-color: var(--website-
|
|
154
|
+
--line-color: var(--website-icon__line-color) !important;
|
|
176
155
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
177
156
|
}
|
|
178
157
|
&:hover,
|
|
@@ -311,7 +311,7 @@ export default {
|
|
|
311
311
|
&::v-deep .asd20-icon {
|
|
312
312
|
width: 32px !important;
|
|
313
313
|
height: 32px !important;
|
|
314
|
-
--line-color: var(--website-
|
|
314
|
+
--line-color: var(--website-icon__line-color) !important;
|
|
315
315
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
316
316
|
}
|
|
317
317
|
&:hover,
|
|
@@ -327,12 +327,6 @@ export default {
|
|
|
327
327
|
padding: 0 1em 0 0.5em;
|
|
328
328
|
&::v-deep .asd20-select-input {
|
|
329
329
|
color: var(--website-page__foreground-color) !important;
|
|
330
|
-
.asd20-icon {
|
|
331
|
-
width: 32px !important;
|
|
332
|
-
height: 32px !important;
|
|
333
|
-
--line-color: var(--website-icon__icon-line-color) !important;
|
|
334
|
-
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
335
|
-
}
|
|
336
330
|
}
|
|
337
331
|
}
|
|
338
332
|
.asd20-language-loader {
|
|
@@ -289,10 +289,7 @@ export default {
|
|
|
289
289
|
svg {
|
|
290
290
|
width: 100%;
|
|
291
291
|
height: 100%;
|
|
292
|
-
|
|
293
|
-
// fill: #80B3C0;
|
|
294
|
-
// fill: var(--color__accent);
|
|
295
|
-
color: var(--website-icon__icon-line-color) !important;
|
|
292
|
+
color: var(--website-icon__line-color) !important;
|
|
296
293
|
fill: var(--website-menu__icon-fill-color) !important;
|
|
297
294
|
}
|
|
298
295
|
|
|
@@ -341,7 +341,7 @@ export default {
|
|
|
341
341
|
&::v-deep .asd20-icon {
|
|
342
342
|
width: 32px !important;
|
|
343
343
|
height: 32px !important;
|
|
344
|
-
--line-color: var(--website-
|
|
344
|
+
--line-color: var(--website-icon__line-color) !important;
|
|
345
345
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
346
346
|
}
|
|
347
347
|
&:hover,
|
|
@@ -355,11 +355,8 @@ export default {
|
|
|
355
355
|
background: rgba(255, 255, 255, 0.9);
|
|
356
356
|
border-radius: 3rem;
|
|
357
357
|
padding: 0 1em 0 0.5em;
|
|
358
|
-
&::v-deep .asd20-
|
|
359
|
-
|
|
360
|
-
height: 32px !important;
|
|
361
|
-
--line-color: var(--website-icon__icon-line-color) !important;
|
|
362
|
-
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
358
|
+
&::v-deep .asd20-select-input {
|
|
359
|
+
color: var(--website-page__foreground-color) !important;
|
|
363
360
|
}
|
|
364
361
|
}
|
|
365
362
|
}
|
|
@@ -298,11 +298,8 @@ export default {
|
|
|
298
298
|
Asd20PageFooter,
|
|
299
299
|
Asd20SiteNavigation,
|
|
300
300
|
Asd20WidgetsSection,
|
|
301
|
-
Asd20FeedsSection,
|
|
302
301
|
Asd20NotificationGroup,
|
|
303
302
|
Asd20QuicklinksMenu,
|
|
304
|
-
Asd20SearchField,
|
|
305
|
-
Asd20MultiselectInput,
|
|
306
303
|
Asd20Card,
|
|
307
304
|
Asd20Button,
|
|
308
305
|
Intersect,
|
|
@@ -506,7 +503,7 @@ export default {
|
|
|
506
503
|
margin-top: 0;
|
|
507
504
|
.asd20-notification-group--floating {
|
|
508
505
|
position: absolute;
|
|
509
|
-
top: space(
|
|
506
|
+
top: space(0.75);
|
|
510
507
|
}
|
|
511
508
|
.notification-group--inline {
|
|
512
509
|
margin: space(2) space(3) space(1) space(3);
|
|
@@ -424,20 +424,6 @@ export default {
|
|
|
424
424
|
.asd20-notification-group--floating {
|
|
425
425
|
position: absolute;
|
|
426
426
|
top: space(2.0375);
|
|
427
|
-
// .bell {
|
|
428
|
-
// box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
429
|
-
// svg {
|
|
430
|
-
// fill: var(--color__accent) !important;
|
|
431
|
-
// }
|
|
432
|
-
// span {
|
|
433
|
-
// background: var(--color__accent) !important;
|
|
434
|
-
// top: inherit !important;
|
|
435
|
-
// right: inherit !important;
|
|
436
|
-
// width: 1.2rem !important;
|
|
437
|
-
// height: 1.2rem !important;
|
|
438
|
-
// font-size: 0.75rem !important;
|
|
439
|
-
// }
|
|
440
|
-
// }
|
|
441
427
|
}
|
|
442
428
|
.notification-group--inline {
|
|
443
429
|
margin: space(2) space(1) space(1) space(1);
|
|
@@ -448,12 +434,6 @@ export default {
|
|
|
448
434
|
}
|
|
449
435
|
.asd20-card {
|
|
450
436
|
margin: space(1) space(1) space(2) space(1);
|
|
451
|
-
// &__date-time {
|
|
452
|
-
// display: none;
|
|
453
|
-
// }
|
|
454
|
-
// &__description {
|
|
455
|
-
// display: none;
|
|
456
|
-
// }
|
|
457
437
|
}
|
|
458
438
|
|
|
459
439
|
.article-pagination {
|
|
@@ -530,14 +510,7 @@ export default {
|
|
|
530
510
|
margin-top: 0;
|
|
531
511
|
.asd20-notification-group--floating {
|
|
532
512
|
position: absolute;
|
|
533
|
-
top: space(
|
|
534
|
-
// .bell {
|
|
535
|
-
// span {
|
|
536
|
-
// background: var(--color__accent);
|
|
537
|
-
// top: -0.6em !important;
|
|
538
|
-
// right: -0.6em !important;
|
|
539
|
-
// }
|
|
540
|
-
// }
|
|
513
|
+
top: space(0.75);
|
|
541
514
|
}
|
|
542
515
|
.notification-group--inline {
|
|
543
516
|
margin: space(2) space(3) space(1) space(3);
|
|
@@ -467,20 +467,6 @@ export default {
|
|
|
467
467
|
.asd20-notification-group--floating {
|
|
468
468
|
position: absolute;
|
|
469
469
|
top: space(2.0375);
|
|
470
|
-
// .bell {
|
|
471
|
-
// box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
472
|
-
// svg {
|
|
473
|
-
// fill: var(--color__accent) !important;
|
|
474
|
-
// }
|
|
475
|
-
// span {
|
|
476
|
-
// background: var(--color__accent) !important;
|
|
477
|
-
// top: inherit !important;
|
|
478
|
-
// right: inherit !important;
|
|
479
|
-
// width: 1.2rem !important;
|
|
480
|
-
// height: 1.2rem !important;
|
|
481
|
-
// font-size: 0.75rem !important;
|
|
482
|
-
// }
|
|
483
|
-
// }
|
|
484
470
|
}
|
|
485
471
|
.feed-title {
|
|
486
472
|
margin: space(1) 0 0 0;
|
|
@@ -591,14 +577,7 @@ export default {
|
|
|
591
577
|
margin-top: 0;
|
|
592
578
|
.asd20-notification-group--floating {
|
|
593
579
|
position: absolute;
|
|
594
|
-
top: space(
|
|
595
|
-
// .bell {
|
|
596
|
-
// span {
|
|
597
|
-
// background: var(--color__accent);
|
|
598
|
-
// top: -0.6em !important;
|
|
599
|
-
// right: -0.6em !important;
|
|
600
|
-
// }
|
|
601
|
-
// }
|
|
580
|
+
top: space(0.75);
|
|
602
581
|
}
|
|
603
582
|
.feed-title {
|
|
604
583
|
margin-left: 0;
|
|
@@ -161,7 +161,6 @@ export default {
|
|
|
161
161
|
Asd20PageFooter,
|
|
162
162
|
Asd20SiteNavigation,
|
|
163
163
|
Asd20WidgetsSection,
|
|
164
|
-
Asd20FeedsSection,
|
|
165
164
|
Asd20NotificationGroup,
|
|
166
165
|
Asd20QuicklinksMenu,
|
|
167
166
|
Asd20MediaSection,
|
|
@@ -192,24 +191,7 @@ export default {
|
|
|
192
191
|
.asd20-notification-group--floating {
|
|
193
192
|
position: absolute;
|
|
194
193
|
top: space(2.0375);
|
|
195
|
-
// .bell {
|
|
196
|
-
// box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
197
|
-
// svg {
|
|
198
|
-
// fill: var(--color__accent) !important;
|
|
199
|
-
// }
|
|
200
|
-
// span {
|
|
201
|
-
// background: var(--color__accent) !important;
|
|
202
|
-
// top: inherit !important;
|
|
203
|
-
// right: inherit !important;
|
|
204
|
-
// width: 1.2rem !important;
|
|
205
|
-
// height: 1.2rem !important;
|
|
206
|
-
// font-size: 0.75rem !important;
|
|
207
|
-
// }
|
|
208
|
-
// }
|
|
209
194
|
}
|
|
210
|
-
// .asd20-page-content h2 {
|
|
211
|
-
// font-size: 20.8px !important;
|
|
212
|
-
// }
|
|
213
195
|
}
|
|
214
196
|
|
|
215
197
|
@media (min-width: 1024px) {
|
|
@@ -219,14 +201,7 @@ export default {
|
|
|
219
201
|
margin-top: 0;
|
|
220
202
|
.asd20-notification-group--floating {
|
|
221
203
|
position: absolute;
|
|
222
|
-
top: space(
|
|
223
|
-
// .bell {
|
|
224
|
-
// span {
|
|
225
|
-
// background: var(--color__accent);
|
|
226
|
-
// top: -0.6em !important;
|
|
227
|
-
// right: -0.6em !important;
|
|
228
|
-
// }
|
|
229
|
-
// }
|
|
204
|
+
top: space(0.75);
|
|
230
205
|
}
|
|
231
206
|
.notification-group--inline {
|
|
232
207
|
margin: space(2) space(3) space(1) space(3);
|
|
@@ -146,16 +146,9 @@
|
|
|
146
146
|
// Components
|
|
147
147
|
import Asd20SkipTo from '../../../components/atoms/Asd20SkipTo'
|
|
148
148
|
import Asd20PageHeader from '../../../components/organisms/Asd20PageHeader'
|
|
149
|
-
|
|
150
|
-
// import Asd20SiteNavigation from '../../../components/organisms/Asd20SiteNavigation'
|
|
151
149
|
import Asd20PageContent from '../../../components/organisms/Asd20PageContent'
|
|
152
|
-
|
|
153
|
-
// import Asd20WidgetsSection from '../../../components/organisms/Asd20WidgetsSection'
|
|
154
|
-
// import Asd20FeedsSection from '../../../components/organisms/Asd20FeedsSection'
|
|
155
150
|
import Asd20MediaSection from '../../../components/organisms/Asd20MediaSection'
|
|
156
|
-
|
|
157
151
|
import Asd20PageFooter from '../../../components/organisms/Asd20PageFooter'
|
|
158
|
-
// import Asd20QuicklinksMenu from '../../../components/organisms/Asd20QuicklinksMenu'
|
|
159
152
|
import Asd20NotificationGroup from '../../../components/organisms/Asd20NotificationGroup'
|
|
160
153
|
|
|
161
154
|
// Mixins
|
|
@@ -169,11 +162,7 @@ export default {
|
|
|
169
162
|
Asd20SkipTo,
|
|
170
163
|
Asd20PageHeader,
|
|
171
164
|
Asd20PageFooter,
|
|
172
|
-
// Asd20SiteNavigation,
|
|
173
|
-
// Asd20WidgetsSection,
|
|
174
|
-
// Asd20FeedsSection,
|
|
175
165
|
Asd20NotificationGroup,
|
|
176
|
-
// Asd20QuicklinksMenu,
|
|
177
166
|
Asd20MediaSection,
|
|
178
167
|
},
|
|
179
168
|
}
|
|
@@ -213,16 +202,9 @@ export default {
|
|
|
213
202
|
justify-content: space-between;
|
|
214
203
|
align-items: stretch;
|
|
215
204
|
flex-wrap: wrap;
|
|
216
|
-
|
|
217
|
-
// flex-basis: 25%;
|
|
218
|
-
// padding: space(2) space(3) 0 0;
|
|
219
|
-
// background: none;
|
|
220
|
-
// }
|
|
205
|
+
|
|
221
206
|
}
|
|
222
|
-
|
|
223
|
-
// flex-basis: 100%;
|
|
224
|
-
// margin-bottom: 0 !important;
|
|
225
|
-
// }
|
|
207
|
+
|
|
226
208
|
.primary-messaging-section {
|
|
227
209
|
max-width: 50vw;
|
|
228
210
|
}
|
|
@@ -354,33 +354,7 @@ export default {
|
|
|
354
354
|
.filter(s => !s.categories.some(c => c.includes('Clubs:')))
|
|
355
355
|
.slice(0, 10)
|
|
356
356
|
},
|
|
357
|
-
// categoryOptions() {
|
|
358
|
-
// // get a unique array of categories with duplicates removed
|
|
359
|
-
// return [
|
|
360
|
-
// ...new Set(
|
|
361
|
-
// this.cards.reduce((a, c) => a.concat(c.categories || []), []).sort()
|
|
362
|
-
// ),
|
|
363
|
-
// ]
|
|
364
|
-
// },
|
|
365
|
-
// computedCategoryOptions() {
|
|
366
|
-
// // get a unique array of categories with duplicates removed
|
|
367
|
-
// if (this.categoryOptions.length === 0) {
|
|
368
|
-
// return [
|
|
369
|
-
// ...new Set(
|
|
370
|
-
// this.cards.reduce((a, c) => a.concat(c.categories || []), []).sort()
|
|
371
|
-
// ),
|
|
372
|
-
// ]
|
|
373
|
-
// }
|
|
374
|
-
// return this.categoryOptions
|
|
375
|
-
// },
|
|
376
357
|
},
|
|
377
|
-
// watch: {
|
|
378
|
-
// selectedCategories: function(newVal, oldVal) {
|
|
379
|
-
// if (newVal !== oldVal) {
|
|
380
|
-
// this.reset()
|
|
381
|
-
// }
|
|
382
|
-
// },
|
|
383
|
-
// },
|
|
384
358
|
mounted() {
|
|
385
359
|
this.$nextTick(() => {
|
|
386
360
|
this.$emit('announcements-in-view')
|
|
@@ -524,7 +498,7 @@ export default {
|
|
|
524
498
|
margin-top: 0;
|
|
525
499
|
.asd20-notification-group--floating {
|
|
526
500
|
position: absolute;
|
|
527
|
-
top: space(
|
|
501
|
+
top: space(0.75);
|
|
528
502
|
}
|
|
529
503
|
.feed-title-wrapper {
|
|
530
504
|
margin-left: 0;
|
|
@@ -262,11 +262,8 @@ export default {
|
|
|
262
262
|
&__overlay-label {
|
|
263
263
|
display: none;
|
|
264
264
|
}
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
height: 32px !important;
|
|
268
|
-
--line-color: var(--website-icon__icon-line-color) !important;
|
|
269
|
-
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
265
|
+
.asd20-icon {
|
|
266
|
+
margin-left: 0;
|
|
270
267
|
}
|
|
271
268
|
}
|
|
272
269
|
}
|
|
@@ -275,12 +275,6 @@ export default {
|
|
|
275
275
|
&__overlay-label {
|
|
276
276
|
// display: none;
|
|
277
277
|
}
|
|
278
|
-
&::v-deep .asd20-icon {
|
|
279
|
-
width: 32px !important;
|
|
280
|
-
height: 32px !important;
|
|
281
|
-
--line-color: var(--website-icon__icon-line-color) !important;
|
|
282
|
-
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
283
|
-
}
|
|
284
278
|
}
|
|
285
279
|
}
|
|
286
280
|
.asd20-language-loader {
|
|
@@ -200,20 +200,6 @@ export default {
|
|
|
200
200
|
.asd20-notification-group--floating {
|
|
201
201
|
position: absolute;
|
|
202
202
|
top: space(2.0375);
|
|
203
|
-
// .bell {
|
|
204
|
-
// box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
205
|
-
// svg {
|
|
206
|
-
// fill: var(--color__accent) !important;
|
|
207
|
-
// }
|
|
208
|
-
// span {
|
|
209
|
-
// background: var(--color__accent) !important;
|
|
210
|
-
// top: inherit !important;
|
|
211
|
-
// right: inherit !important;
|
|
212
|
-
// width: 1.2rem !important;
|
|
213
|
-
// height: 1.2rem !important;
|
|
214
|
-
// font-size: 0.75rem !important;
|
|
215
|
-
// }
|
|
216
|
-
// }
|
|
217
203
|
}
|
|
218
204
|
.fileList {
|
|
219
205
|
padding: space(1);
|
|
@@ -233,23 +219,6 @@ export default {
|
|
|
233
219
|
}
|
|
234
220
|
}
|
|
235
221
|
}
|
|
236
|
-
// @media (max-width: 1023px) {
|
|
237
|
-
// .asd20-template-file-list {
|
|
238
|
-
// .fileList {
|
|
239
|
-
// flex-direction: row;
|
|
240
|
-
// &::v-deep .asd20-list__header {
|
|
241
|
-
// padding: 0 space(0.75);
|
|
242
|
-
// }
|
|
243
|
-
// &::v-deep .asd20-list-category {
|
|
244
|
-
// padding-left: space(1);
|
|
245
|
-
// }
|
|
246
|
-
// &::v-deep .asd20-list-item {
|
|
247
|
-
// padding-left: space(1);
|
|
248
|
-
// padding-right: space(1);
|
|
249
|
-
// }
|
|
250
|
-
// }
|
|
251
|
-
// }
|
|
252
|
-
// }
|
|
253
222
|
|
|
254
223
|
@media (min-width: 1024px) {
|
|
255
224
|
.asd20-template-file-list {
|
|
@@ -258,14 +227,7 @@ export default {
|
|
|
258
227
|
margin-top: 0;
|
|
259
228
|
.asd20-notification-group--floating {
|
|
260
229
|
position: absolute;
|
|
261
|
-
top: space(
|
|
262
|
-
// .bell {
|
|
263
|
-
// span {
|
|
264
|
-
// background: var(--color__accent);
|
|
265
|
-
// top: -0.6em !important;
|
|
266
|
-
// right: -0.6em !important;
|
|
267
|
-
// }
|
|
268
|
-
// }
|
|
230
|
+
top: space(0.75);
|
|
269
231
|
}
|
|
270
232
|
.notification-group--inline {
|
|
271
233
|
margin: space(2) space(3) space(1) space(3);
|
|
@@ -374,20 +374,6 @@ export default {
|
|
|
374
374
|
right: space(0.85);
|
|
375
375
|
top: space(2.0375);
|
|
376
376
|
z-index: 101;
|
|
377
|
-
// .bell {
|
|
378
|
-
// box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
379
|
-
// svg {
|
|
380
|
-
// fill: var(--color__accent) !important;
|
|
381
|
-
// }
|
|
382
|
-
// span {
|
|
383
|
-
// background: var(--color__accent) !important;
|
|
384
|
-
// top: inherit !important;
|
|
385
|
-
// right: inherit !important;
|
|
386
|
-
// width: 1.2rem !important;
|
|
387
|
-
// height: 1.2rem !important;
|
|
388
|
-
// font-size: 0.75rem !important;
|
|
389
|
-
// }
|
|
390
|
-
// }
|
|
391
377
|
}
|
|
392
378
|
.notification-group--inline {
|
|
393
379
|
margin: space(1);
|
|
@@ -416,11 +402,6 @@ export default {
|
|
|
416
402
|
}
|
|
417
403
|
@media (min-width: 450px) {
|
|
418
404
|
.asd20-template-logins {
|
|
419
|
-
// .notification-group--floating {
|
|
420
|
-
// position: absolute;
|
|
421
|
-
// right: space(0.85);
|
|
422
|
-
// top: space(4.25);
|
|
423
|
-
// }
|
|
424
405
|
.logins-list {
|
|
425
406
|
display: flex;
|
|
426
407
|
flex-direction: row;
|
|
@@ -438,14 +419,7 @@ export default {
|
|
|
438
419
|
.notification-group--floating {
|
|
439
420
|
position: absolute;
|
|
440
421
|
right: space(1.85);
|
|
441
|
-
top: space(
|
|
442
|
-
// .bell {
|
|
443
|
-
// span {
|
|
444
|
-
// background: var(--color__accent);
|
|
445
|
-
// top: -0.6em !important;
|
|
446
|
-
// right: -0.6em !important;
|
|
447
|
-
// }
|
|
448
|
-
// }
|
|
422
|
+
top: space(0.75);
|
|
449
423
|
}
|
|
450
424
|
.notification-group--inline {
|
|
451
425
|
margin: space(2) space(3) space(1) space(3);
|
|
@@ -294,7 +294,7 @@ export default {
|
|
|
294
294
|
background: rgba(255, 255, 255, 1);
|
|
295
295
|
border-radius: 3rem;
|
|
296
296
|
border: 1px solid var(--website-page__alternate-background-color);
|
|
297
|
-
.asd20-select-input {
|
|
297
|
+
&::v-deep .asd20-select-input {
|
|
298
298
|
// padding: 0.25rem 0.25rem;
|
|
299
299
|
color: currentColor;
|
|
300
300
|
font-family: Ariel, Arial, Helvetica, sans-serif;
|
|
@@ -304,12 +304,6 @@ export default {
|
|
|
304
304
|
&__field-wrapper {
|
|
305
305
|
padding: 0 0.5rem;
|
|
306
306
|
}
|
|
307
|
-
&::v-deep .asd20-icon {
|
|
308
|
-
width: 32px !important;
|
|
309
|
-
height: 32px !important;
|
|
310
|
-
--line-color: var(--website-icon__icon-line-color) !important;
|
|
311
|
-
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
312
|
-
}
|
|
313
307
|
}
|
|
314
308
|
}
|
|
315
309
|
.asd20-language-loader {
|
|
@@ -240,11 +240,6 @@ export default {
|
|
|
240
240
|
// right: space(6);
|
|
241
241
|
// top: 0 !important;
|
|
242
242
|
}
|
|
243
|
-
.asd20-notification-group--status {
|
|
244
|
-
// position: absolute;
|
|
245
|
-
// right: space(2);
|
|
246
|
-
// top: space(0.5) !important;
|
|
247
|
-
}
|
|
248
243
|
.asd20-language-translation {
|
|
249
244
|
z-index: 2;
|
|
250
245
|
background: rgba(255, 255, 255, 1);
|
|
@@ -252,19 +247,10 @@ export default {
|
|
|
252
247
|
border: 1px solid var(--website-page__alternate-background-color);
|
|
253
248
|
margin: 0 0.05rem;
|
|
254
249
|
height: 2.75rem;
|
|
255
|
-
.asd20-select-input {
|
|
250
|
+
&::v-deep .asd20-select-input {
|
|
256
251
|
padding: 0.375rem 0.375rem;
|
|
257
252
|
color: currentColor;
|
|
258
253
|
font-family: Arial, Helvetica, sans-serif;
|
|
259
|
-
&__overlay-label {
|
|
260
|
-
// display: none;
|
|
261
|
-
}
|
|
262
|
-
&::v-deep .asd20-icon {
|
|
263
|
-
width: 32px !important;
|
|
264
|
-
height: 32px !important;
|
|
265
|
-
--line-color: var(--website-icon__icon-line-color) !important;
|
|
266
|
-
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
267
|
-
}
|
|
268
254
|
}
|
|
269
255
|
}
|
|
270
256
|
.asd20-language-loader {
|
|
@@ -280,7 +266,7 @@ export default {
|
|
|
280
266
|
background: var(--website-page__alternate-background-t70);
|
|
281
267
|
background-image: url('/statics/images/chalk-dark.png');
|
|
282
268
|
background-position-y: top;
|
|
283
|
-
padding-top: 1px;
|
|
269
|
+
padding-top: 1px;
|
|
284
270
|
|
|
285
271
|
.placeholder-people {
|
|
286
272
|
box-sizing: border-box;
|
|
@@ -298,22 +284,6 @@ export default {
|
|
|
298
284
|
background-color: var(--website-quick-links__background-color);
|
|
299
285
|
}
|
|
300
286
|
}
|
|
301
|
-
@media (min-width: 667px) {
|
|
302
|
-
.asd20-school-home-video-template {
|
|
303
|
-
.asd20-notification-group--status {
|
|
304
|
-
// right: space(2.5);
|
|
305
|
-
// top: space(0.5) !important;
|
|
306
|
-
}
|
|
307
|
-
.asd20-language-translation {
|
|
308
|
-
// right: space(1);
|
|
309
|
-
// top: space(0.5) !important;
|
|
310
|
-
}
|
|
311
|
-
.asd20-notification-group--floating {
|
|
312
|
-
// right: space(1);
|
|
313
|
-
// top: space(2) !important;
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
287
|
|
|
318
288
|
@media (min-width: 1024px) {
|
|
319
289
|
.asd20-school-home-video-template {
|
|
@@ -345,40 +315,11 @@ export default {
|
|
|
345
315
|
margin-right: space(0.5);
|
|
346
316
|
}
|
|
347
317
|
}
|
|
348
|
-
.asd20-notification-group--floating {
|
|
349
|
-
// right: space(4);
|
|
350
|
-
// top: space(7.5) !important;
|
|
351
|
-
// .bell {
|
|
352
|
-
// span {
|
|
353
|
-
// background: var(--color__accent);
|
|
354
|
-
// top: -0.6em !important;
|
|
355
|
-
// right: -0.6em !important;
|
|
356
|
-
// }
|
|
357
|
-
// }
|
|
358
|
-
}
|
|
359
318
|
.asd20-notification-group--status {
|
|
360
319
|
order: 0;
|
|
361
320
|
// right: space(5.5) !important;
|
|
362
321
|
// top: space(6) !important;
|
|
363
322
|
}
|
|
364
|
-
.asd20-language-translation {
|
|
365
|
-
// right: space(4) !important;
|
|
366
|
-
// top: space(6) !important;
|
|
367
|
-
}
|
|
368
323
|
}
|
|
369
324
|
}
|
|
370
|
-
|
|
371
|
-
// @media (min-width: 1350px) {
|
|
372
|
-
// .asd20-school-home-video-template {
|
|
373
|
-
// .asd20-notification-group--status {
|
|
374
|
-
// order: 0;
|
|
375
|
-
// right: space(4) !important;
|
|
376
|
-
// top: space(6) !important;
|
|
377
|
-
// }
|
|
378
|
-
// .asd20-notification-group--floating {
|
|
379
|
-
// right: space(4);
|
|
380
|
-
// top: space(8) !important;
|
|
381
|
-
// }
|
|
382
|
-
// }
|
|
383
|
-
// }
|
|
384
325
|
</style>
|
|
@@ -222,20 +222,6 @@ export default {
|
|
|
222
222
|
.asd20-notification-group--floating {
|
|
223
223
|
position: absolute;
|
|
224
224
|
top: space(2.0375);
|
|
225
|
-
// .bell {
|
|
226
|
-
// box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
227
|
-
// svg {
|
|
228
|
-
// fill: var(--color__accent) !important;
|
|
229
|
-
// }
|
|
230
|
-
// span {
|
|
231
|
-
// background: var(--color__accent) !important;
|
|
232
|
-
// top: inherit !important;
|
|
233
|
-
// right: inherit !important;
|
|
234
|
-
// width: 1.2rem !important;
|
|
235
|
-
// height: 1.2rem !important;
|
|
236
|
-
// font-size: 0.75rem !important;
|
|
237
|
-
// }
|
|
238
|
-
// }
|
|
239
225
|
}
|
|
240
226
|
.asd20-notification-group--inline {
|
|
241
227
|
margin-top: space(2) !important;
|
|
@@ -295,14 +281,7 @@ export default {
|
|
|
295
281
|
.asd20-template-wayfinding-alternate {
|
|
296
282
|
.asd20-notification-group--floating {
|
|
297
283
|
position: absolute;
|
|
298
|
-
top: space(
|
|
299
|
-
// .bell {
|
|
300
|
-
// span {
|
|
301
|
-
// background: var(--color__accent);
|
|
302
|
-
// top: -0.6em !important;
|
|
303
|
-
// right: -0.6em !important;
|
|
304
|
-
// }
|
|
305
|
-
// }
|
|
284
|
+
top: space(0.75);
|
|
306
285
|
}
|
|
307
286
|
@include template-desktop;
|
|
308
287
|
margin-left: space(3);
|
|
@@ -310,9 +289,6 @@ export default {
|
|
|
310
289
|
.asd20-page-content {
|
|
311
290
|
margin-top: space(0);
|
|
312
291
|
}
|
|
313
|
-
// .intro-message {
|
|
314
|
-
// width: 90%;
|
|
315
|
-
// }
|
|
316
292
|
}
|
|
317
293
|
}
|
|
318
294
|
@media (min-width: 1790px) {
|
|
@@ -218,20 +218,6 @@ export default {
|
|
|
218
218
|
.asd20-notification-group--floating {
|
|
219
219
|
position: absolute;
|
|
220
220
|
top: space(2.0375);
|
|
221
|
-
// .bell {
|
|
222
|
-
// box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
|
|
223
|
-
// svg {
|
|
224
|
-
// fill: var(--color__accent) !important;
|
|
225
|
-
// }
|
|
226
|
-
// span {
|
|
227
|
-
// background: var(--color__accent) !important;
|
|
228
|
-
// top: inherit !important;
|
|
229
|
-
// right: inherit !important;
|
|
230
|
-
// width: 1.2rem !important;
|
|
231
|
-
// height: 1.2rem !important;
|
|
232
|
-
// font-size: 0.75rem !important;
|
|
233
|
-
// }
|
|
234
|
-
// }
|
|
235
221
|
}
|
|
236
222
|
.asd20-notification-group--inline {
|
|
237
223
|
margin-top: space(2) !important;
|
|
@@ -250,7 +236,6 @@ export default {
|
|
|
250
236
|
}
|
|
251
237
|
|
|
252
238
|
p {
|
|
253
|
-
// font-family: var(--website-typography__font-family-headlines);
|
|
254
239
|
font-size: 1rem !important;
|
|
255
240
|
line-height: 1.5;
|
|
256
241
|
font-family: var(--website-typography__font-family-headlines);
|
|
@@ -263,27 +248,15 @@ export default {
|
|
|
263
248
|
700
|
|
264
249
|
);
|
|
265
250
|
font-family: var(--website-typography__font-family-headlines);
|
|
266
|
-
// font-size: 36px !important;
|
|
267
251
|
}
|
|
268
252
|
}
|
|
269
|
-
// .asd20-messaging {
|
|
270
|
-
// padding-bottom: space(2);
|
|
271
|
-
// border-bottom: 10px solid var(--color__tertiary);
|
|
272
|
-
// }
|
|
273
253
|
}
|
|
274
254
|
|
|
275
255
|
@media (min-width: 1024px) {
|
|
276
256
|
.asd20-template-wayfinding {
|
|
277
257
|
.asd20-notification-group--floating {
|
|
278
258
|
position: absolute;
|
|
279
|
-
top: space(
|
|
280
|
-
// .bell {
|
|
281
|
-
// span {
|
|
282
|
-
// background: var(--color__accent);
|
|
283
|
-
// top: -0.6em !important;
|
|
284
|
-
// right: -0.6em !important;
|
|
285
|
-
// }
|
|
286
|
-
// }
|
|
259
|
+
top: space(0.75);
|
|
287
260
|
}
|
|
288
261
|
@include template-desktop;
|
|
289
262
|
margin-left: space(3);
|
|
@@ -291,9 +264,6 @@ export default {
|
|
|
291
264
|
.asd20-page-content {
|
|
292
265
|
margin-top: space(0);
|
|
293
266
|
}
|
|
294
|
-
// .intro-message {
|
|
295
|
-
// width: 90%;
|
|
296
|
-
// }
|
|
297
267
|
}
|
|
298
268
|
}
|
|
299
269
|
|