@asd20/ui 3.2.806 → 3.2.808

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.806",
8
+ "version": "3.2.808",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -431,82 +431,87 @@ export default {
431
431
  // }
432
432
  // }
433
433
  }
434
- .feed-title {
435
- margin: space(1) 0 0 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-pagination {
447
- display: flex;
448
- align-items: center;
449
- justify-content: space-between;
450
- margin: space(1) space(0.25) space(0) space(0.25);
451
- flex-direction: column;
452
- p {
453
- margin: 0;
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
- .page-selector {
450
+
451
+ .article-pagination {
456
452
  display: flex;
457
453
  align-items: center;
458
- .prev-next {
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
- justify-content: space-between;
462
- a {
463
- text-decoration: none !important;
464
- }
465
- .asd20-button {
466
- padding: 0;
467
- > .asd20-button__label {
468
- margin: 0;
469
- padding: 0.5rem;
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
- .notification-group--inline {
479
- margin: space(2) space(1) space(1) space(1);
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
- input {
492
- border: 2px solid var(--color__accent);
493
- font-family: var(--website-typography__font-family-headlines);
494
- font-size: 1rem;
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
- .asd20-multiselect-input {
498
- line-height: 1;
499
- .multiselect__placeholder {
500
- padding-left: space(0.5);
501
- font-size: 1rem;
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
- .asd20-card {
509
- margin: space(1) space(1) space(2) space(1);
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
- .feed-title {
530
- margin-left: 0;
531
- }
532
-
533
- .asd20-page-content {
534
- margin-top: space(1);
535
- display: flex;
536
- justify-content: space-between;
537
- align-items: stretch;
538
- flex-wrap: wrap;
539
- }
540
534
  .notification-group--inline {
541
535
  margin: space(2) space(3) space(1) space(3);
542
536
  flex-basis: 100%;
543
537
  }
544
- .prev-next {
545
- margin: space(1) 0;
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;
557
- }
558
- }
559
- .search-header,
560
- .result-count {
561
- margin: space(0) space(0) space(1) space(0);
562
- }
563
- .search-header {
538
+ .asd20-page-content {
539
+ margin: 0 space(1);
564
540
  display: flex;
565
- flex-basis: 100%;
566
541
  justify-content: space-between;
567
- .asd20-search-field {
568
- margin: space(0.5) space(0.5);
569
- flex-basis: 50%;
570
- .asd20-icon {
571
- margin-left: 0;
572
- }
573
- }
574
- .asd20-multiselect-input {
575
- margin-bottom: 0;
576
- flex-basis: 50%;
577
- }
578
- }
579
- .article-pagination {
580
- flex-direction: row;
542
+ flex-wrap: wrap;
581
543
  }
544
+
582
545
  .article-digest {
583
546
  // flex-basis: 100%;
584
547
  margin: space(1) space(3) space(1) space(3);
548
+ .feed-title {
549
+ margin-left: 0;
550
+ }
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;
564
+ }
565
+ }
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;
588
+ }
585
589
  }
586
590
  }
587
591
  }