@asd20/ui 3.2.617 → 3.2.618

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.617",
8
+ "version": "3.2.618",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -458,6 +458,14 @@ export default {
458
458
  }
459
459
  .asd20-card {
460
460
  margin-bottom: space(0.5);
461
+ // border-bottom: 1px solid gray;
462
+ .asd20-card__content:hover {
463
+ background: rgba(200, 200, 200, 0.2);
464
+ }
465
+ .asd20-card__meta {
466
+ padding-bottom: space(1);
467
+ border-bottom: 1px solid gray;
468
+ }
461
469
  // &__date-time {
462
470
  // display: none;
463
471
  // }
@@ -507,6 +515,11 @@ export default {
507
515
  .asd20-search-field .asd20-icon {
508
516
  margin-left: 0;
509
517
  }
518
+ .feed-items {
519
+ --website-card__border-color: transparent;
520
+ --website-card__background-color: transparent;
521
+ --website-card__background-style: none;
522
+ }
510
523
  }
511
524
 
512
525
  @media (min-width: 1024px) {
@@ -547,10 +560,10 @@ export default {
547
560
  max-width: 100vw;
548
561
  }
549
562
  .feed-items {
550
- display: grid;
551
- grid-template-columns: 1fr 1fr 1fr;
552
- grid-gap: space(1);
553
- margin-bottom: space(1);
563
+ // display: grid;
564
+ // grid-template-columns: 1fr 1fr 1fr;
565
+ // grid-gap: space(1);
566
+ // margin-bottom: space(1);
554
567
  .asd20-card {
555
568
  margin-bottom: 0;
556
569
  }
@@ -570,6 +583,7 @@ export default {
570
583
  .article-digest {
571
584
  // flex-basis: 100%;
572
585
  margin: space(1) space(3) space(1) space(3);
586
+ max-width: 60%;
573
587
  }
574
588
  }
575
589
  }