@asd20/ui 3.2.806 → 3.2.807
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
CHANGED
|
@@ -431,82 +431,87 @@ export default {
|
|
|
431
431
|
// }
|
|
432
432
|
// }
|
|
433
433
|
}
|
|
434
|
-
.
|
|
435
|
-
margin: space(1)
|
|
436
|
-
}
|
|
437
|
-
.asd20-card {
|
|
438
|
-
margin: space(1) space(1) space(2) space(1);
|
|
439
|
-
// &__date-time {
|
|
440
|
-
// display: none;
|
|
441
|
-
// }
|
|
442
|
-
// &__description {
|
|
443
|
-
// display: none;
|
|
444
|
-
// }
|
|
434
|
+
.notification-group--inline {
|
|
435
|
+
margin: space(2) space(1) space(1) space(1);
|
|
445
436
|
}
|
|
446
|
-
.article-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
437
|
+
.article-digest {
|
|
438
|
+
.feed-title {
|
|
439
|
+
margin: space(1) 0 0 space(1);
|
|
440
|
+
}
|
|
441
|
+
.asd20-card {
|
|
442
|
+
margin: space(1) space(1) space(2) space(1);
|
|
443
|
+
// &__date-time {
|
|
444
|
+
// display: none;
|
|
445
|
+
// }
|
|
446
|
+
// &__description {
|
|
447
|
+
// display: none;
|
|
448
|
+
// }
|
|
454
449
|
}
|
|
455
|
-
|
|
450
|
+
|
|
451
|
+
.article-pagination {
|
|
456
452
|
display: flex;
|
|
457
453
|
align-items: center;
|
|
458
|
-
|
|
454
|
+
justify-content: space-between;
|
|
455
|
+
margin: space(1) space(0.25) space(0) space(0.25);
|
|
456
|
+
flex-direction: column;
|
|
457
|
+
p {
|
|
458
|
+
margin: 0;
|
|
459
|
+
}
|
|
460
|
+
.page-selector {
|
|
459
461
|
display: flex;
|
|
460
462
|
align-items: center;
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
padding: 0
|
|
463
|
+
.prev-next {
|
|
464
|
+
display: flex;
|
|
465
|
+
align-items: center;
|
|
466
|
+
justify-content: space-between;
|
|
467
|
+
a {
|
|
468
|
+
text-decoration: none !important;
|
|
469
|
+
}
|
|
470
|
+
.asd20-button {
|
|
471
|
+
padding: 0;
|
|
472
|
+
> .asd20-button__label {
|
|
473
|
+
margin: 0;
|
|
474
|
+
padding: 0.5rem;
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
p {
|
|
478
|
+
margin: 0 space(0.25);
|
|
470
479
|
}
|
|
471
|
-
}
|
|
472
|
-
p {
|
|
473
|
-
margin: 0 space(0.25);
|
|
474
480
|
}
|
|
475
481
|
}
|
|
476
482
|
}
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
}
|
|
481
|
-
.search-header,
|
|
482
|
-
.result-count {
|
|
483
|
-
margin: space(0) space(1) space(1) space(1);
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
.asd20-search-field {
|
|
487
|
-
margin: space(0.5) 0;
|
|
488
|
-
.asd20-icon {
|
|
489
|
-
margin-left: space(0.5);
|
|
483
|
+
.search-header,
|
|
484
|
+
.result-count {
|
|
485
|
+
margin: space(0) space(1) space(1) space(1);
|
|
490
486
|
}
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
487
|
+
|
|
488
|
+
.asd20-search-field {
|
|
489
|
+
margin: space(0.5) 0;
|
|
490
|
+
.asd20-icon {
|
|
491
|
+
margin-left: space(0.5);
|
|
492
|
+
}
|
|
493
|
+
input {
|
|
494
|
+
border: 2px solid var(--color__accent);
|
|
495
|
+
font-family: var(--website-typography__font-family-headlines);
|
|
496
|
+
font-size: 1rem;
|
|
497
|
+
}
|
|
495
498
|
}
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
499
|
+
.asd20-multiselect-input {
|
|
500
|
+
line-height: 1;
|
|
501
|
+
.multiselect__placeholder {
|
|
502
|
+
padding-left: space(0.5);
|
|
503
|
+
font-size: 1rem;
|
|
504
|
+
}
|
|
502
505
|
}
|
|
503
506
|
}
|
|
504
507
|
}
|
|
505
508
|
|
|
506
509
|
@media (min-width: 768px) {
|
|
507
510
|
.asd20-template-article-digest {
|
|
508
|
-
.
|
|
509
|
-
|
|
511
|
+
.article-digest {
|
|
512
|
+
.asd20-card {
|
|
513
|
+
margin: space(1) space(1) space(2) space(1);
|
|
514
|
+
}
|
|
510
515
|
}
|
|
511
516
|
}
|
|
512
517
|
}
|
|
@@ -526,62 +531,61 @@ export default {
|
|
|
526
531
|
// }
|
|
527
532
|
// }
|
|
528
533
|
}
|
|
529
|
-
.
|
|
530
|
-
margin
|
|
534
|
+
.notification-group--inline {
|
|
535
|
+
margin: space(2) space(3) space(1) space(3);
|
|
536
|
+
flex-basis: 100%;
|
|
531
537
|
}
|
|
532
|
-
|
|
533
538
|
.asd20-page-content {
|
|
534
|
-
margin
|
|
539
|
+
margin: 0 space(1);
|
|
535
540
|
display: flex;
|
|
536
541
|
justify-content: space-between;
|
|
537
|
-
align-items: stretch;
|
|
538
542
|
flex-wrap: wrap;
|
|
539
543
|
}
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
flex-basis: 100%;
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
}
|
|
547
|
-
.primary-messaging-section {
|
|
548
|
-
max-width: 100vw;
|
|
549
|
-
}
|
|
550
|
-
.feed-items {
|
|
551
|
-
display: grid;
|
|
552
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
553
|
-
grid-gap: space(1);
|
|
554
|
-
margin-bottom: space(1);
|
|
555
|
-
.asd20-card {
|
|
556
|
-
margin: 0;
|
|
544
|
+
|
|
545
|
+
.article-digest {
|
|
546
|
+
// flex-basis: 100%;
|
|
547
|
+
margin: space(0) space(3) space(1) space(3);
|
|
548
|
+
.feed-title {
|
|
549
|
+
margin-left: 0;
|
|
557
550
|
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
margin: space(
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
margin-left: 0;
|
|
551
|
+
.prev-next {
|
|
552
|
+
margin: space(1) 0;
|
|
553
|
+
}
|
|
554
|
+
.primary-messaging-section {
|
|
555
|
+
max-width: 100vw;
|
|
556
|
+
}
|
|
557
|
+
.feed-items {
|
|
558
|
+
display: grid;
|
|
559
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
560
|
+
grid-gap: space(1);
|
|
561
|
+
margin-bottom: space(1);
|
|
562
|
+
.asd20-card {
|
|
563
|
+
margin: 0;
|
|
572
564
|
}
|
|
573
565
|
}
|
|
574
|
-
.
|
|
575
|
-
|
|
576
|
-
|
|
566
|
+
.search-header,
|
|
567
|
+
.result-count {
|
|
568
|
+
margin: space(0) space(0) space(1) space(0);
|
|
569
|
+
}
|
|
570
|
+
.search-header {
|
|
571
|
+
display: flex;
|
|
572
|
+
flex-basis: 100%;
|
|
573
|
+
justify-content: space-between;
|
|
574
|
+
.asd20-search-field {
|
|
575
|
+
margin: space(0.5) space(0.5);
|
|
576
|
+
flex-basis: 50%;
|
|
577
|
+
.asd20-icon {
|
|
578
|
+
margin-left: 0;
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
.asd20-multiselect-input {
|
|
582
|
+
margin-bottom: 0;
|
|
583
|
+
flex-basis: 50%;
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
.article-pagination {
|
|
587
|
+
flex-direction: row;
|
|
577
588
|
}
|
|
578
|
-
}
|
|
579
|
-
.article-pagination {
|
|
580
|
-
flex-direction: row;
|
|
581
|
-
}
|
|
582
|
-
.article-digest {
|
|
583
|
-
// flex-basis: 100%;
|
|
584
|
-
margin: space(1) space(3) space(1) space(3);
|
|
585
589
|
}
|
|
586
590
|
}
|
|
587
591
|
}
|