@asd20/ui 3.2.754 → 3.2.756

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.754",
8
+ "version": "3.2.756",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -662,6 +662,11 @@ export default {
662
662
  width: 100%;
663
663
  padding: 0 0 3rem 0;
664
664
  }
665
+ .asd20-school-details__leadership {
666
+ .asd20-list-item--align-top {
667
+ align-items: center;
668
+ }
669
+ }
665
670
  h2 {
666
671
  color: asd20-swatch('primary');
667
672
  font-size: 1.25rem;
@@ -698,9 +703,17 @@ export default {
698
703
  margin-top: space(0.125);
699
704
  }
700
705
  }
706
+ .asd20-widgets-section {
707
+ padding: space(1);
708
+ }
701
709
  }
702
710
 
703
711
  @media (min-width: 768px) {
712
+ .asd20-template-profile {
713
+ .asd20-widgets-section {
714
+ padding: space(1) space(2);
715
+ }
716
+ }
704
717
  .asd20-school-details {
705
718
  &__primary-content {
706
719
  padding: space(2);
@@ -759,12 +772,15 @@ export default {
759
772
  .primary-messaging-section {
760
773
  max-width: 50vw;
761
774
  }
775
+ .asd20-widgets-section {
776
+ padding: space(1) space(3);
777
+ }
762
778
  }
763
779
  .asd20-school-details {
764
780
  &__primary-content {
765
781
  padding: space(2);
766
782
  .primary-section {
767
- width: 31%;
783
+ width: 30%;
768
784
  padding: 0 1vw 3rem 1vw;
769
785
  }
770
786
  }