@asd20/ui 3.2.1027 → 3.2.1029
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/Asd20Share/index.vue +1 -1
- package/src/components/organisms/Asd20ImageHeader/index.vue +15 -14
- package/src/components/organisms/Asd20NotificationGroup/index.vue +1 -1
- package/src/components/organisms/Asd20PageHeader/index.vue +15 -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/Asd20FileListPageTemplate/index.vue +1 -39
- package/src/components/templates/Asd20LoginsTemplate/index.vue +1 -27
- package/src/components/templates/Asd20SchoolHomeVideoTemplate/index.vue +2 -5
- 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
|
@@ -213,14 +213,8 @@ export default {
|
|
|
213
213
|
isDetailPage() {
|
|
214
214
|
if (typeof window === 'undefined') return false
|
|
215
215
|
return (
|
|
216
|
-
window.location.pathname
|
|
217
|
-
|
|
218
|
-
.split('/')
|
|
219
|
-
.pop() ===
|
|
220
|
-
this.detailLink
|
|
221
|
-
.replace(/\/$/, '')
|
|
222
|
-
.split('/')
|
|
223
|
-
.pop()
|
|
216
|
+
window.location.pathname.replace(/\/$/, '').split('/').pop() ===
|
|
217
|
+
this.detailLink.replace(/\/$/, '').split('/').pop()
|
|
224
218
|
)
|
|
225
219
|
},
|
|
226
220
|
styles() {
|
|
@@ -314,6 +308,12 @@ export default {
|
|
|
314
308
|
font-size: 0.875em !important;
|
|
315
309
|
padding-right: 0.5rem;
|
|
316
310
|
}
|
|
311
|
+
&::v-deep .asd20-icon {
|
|
312
|
+
width: 32px !important;
|
|
313
|
+
height: 32px !important;
|
|
314
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
315
|
+
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
316
|
+
}
|
|
317
317
|
&:hover,
|
|
318
318
|
&:focus {
|
|
319
319
|
color: var(--website-button__foreground-color);
|
|
@@ -327,17 +327,18 @@ 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
|
+
}
|
|
330
336
|
}
|
|
331
337
|
}
|
|
332
338
|
.asd20-language-loader {
|
|
333
339
|
order: 1;
|
|
334
340
|
}
|
|
335
|
-
|
|
336
|
-
width: 32px !important;
|
|
337
|
-
height: 32px !important;
|
|
338
|
-
--line-color: var(--website-icon__icon-line-color) !important;
|
|
339
|
-
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
340
|
-
}
|
|
341
|
+
|
|
341
342
|
&::v-deep .asd20-select-input {
|
|
342
343
|
margin-bottom: 0;
|
|
343
344
|
}
|
|
@@ -292,7 +292,7 @@ export default {
|
|
|
292
292
|
// color: #000000;
|
|
293
293
|
// fill: #80B3C0;
|
|
294
294
|
// fill: var(--color__accent);
|
|
295
|
-
color: var(--website-
|
|
295
|
+
color: var(--website-icon__icon-line-color) !important;
|
|
296
296
|
fill: var(--website-menu__icon-fill-color) !important;
|
|
297
297
|
}
|
|
298
298
|
|
|
@@ -338,6 +338,12 @@ export default {
|
|
|
338
338
|
font-size: 0.875em !important;
|
|
339
339
|
padding-right: 0.5rem;
|
|
340
340
|
}
|
|
341
|
+
&::v-deep .asd20-icon {
|
|
342
|
+
width: 32px !important;
|
|
343
|
+
height: 32px !important;
|
|
344
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
345
|
+
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
346
|
+
}
|
|
341
347
|
&:hover,
|
|
342
348
|
&:focus {
|
|
343
349
|
color: var(--website-button__foreground-color);
|
|
@@ -349,12 +355,15 @@ export default {
|
|
|
349
355
|
background: rgba(255, 255, 255, 0.9);
|
|
350
356
|
border-radius: 3rem;
|
|
351
357
|
padding: 0 1em 0 0.5em;
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
+
&::v-deep .asd20-select-input {
|
|
359
|
+
color: var(--website-page__foreground-color) !important;
|
|
360
|
+
.asd20-icon {
|
|
361
|
+
width: 32px !important;
|
|
362
|
+
height: 32px !important;
|
|
363
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
364
|
+
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
365
|
+
}
|
|
366
|
+
}
|
|
358
367
|
}
|
|
359
368
|
}
|
|
360
369
|
|
|
@@ -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;
|
|
@@ -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);
|
|
@@ -252,14 +252,11 @@ export default {
|
|
|
252
252
|
border: 1px solid var(--website-page__alternate-background-color);
|
|
253
253
|
margin: 0 0.05rem;
|
|
254
254
|
height: 2.75rem;
|
|
255
|
-
.asd20-select-input {
|
|
255
|
+
&::v-deep .asd20-select-input {
|
|
256
256
|
padding: 0.375rem 0.375rem;
|
|
257
257
|
color: currentColor;
|
|
258
258
|
font-family: Arial, Helvetica, sans-serif;
|
|
259
|
-
|
|
260
|
-
// display: none;
|
|
261
|
-
}
|
|
262
|
-
&::v-deep .asd20-icon {
|
|
259
|
+
.asd20-icon {
|
|
263
260
|
width: 32px !important;
|
|
264
261
|
height: 32px !important;
|
|
265
262
|
--line-color: var(--website-icon__icon-line-color) !important;
|
|
@@ -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
|
|