@asd20/ui 3.2.620 → 3.2.622

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.620",
8
+ "version": "3.2.622",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -440,7 +440,7 @@ export default {
440
440
  .asd20-page-content {
441
441
  display: block;
442
442
  .primary-messaging-section {
443
- padding: 0;
443
+ padding: 0 !important;
444
444
  margin: 0 space(1);
445
445
  }
446
446
  }
@@ -546,7 +546,7 @@ export default {
546
546
  align-items: stretch;
547
547
  flex-wrap: wrap;
548
548
  .primary-messaging-section {
549
- margin: 0 space(3) !important;
549
+ margin: 0 space(3);
550
550
  }
551
551
  }
552
552
  .notification-group--inline {
@@ -591,7 +591,7 @@ export default {
591
591
  .asd20-template-clubs {
592
592
  .asd20-page-content {
593
593
  .primary-messaging-section {
594
- margin: 0 space(2) !important;
594
+ margin: 0 space(2);
595
595
  }
596
596
  }
597
597
  }