@asd20/ui 3.2.754 → 3.2.755
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
|
@@ -698,9 +698,17 @@ export default {
|
|
|
698
698
|
margin-top: space(0.125);
|
|
699
699
|
}
|
|
700
700
|
}
|
|
701
|
+
.asd20-widgets-section {
|
|
702
|
+
padding: space(1);
|
|
703
|
+
}
|
|
701
704
|
}
|
|
702
705
|
|
|
703
706
|
@media (min-width: 768px) {
|
|
707
|
+
.asd20-template-profile {
|
|
708
|
+
.asd20-widgets-section {
|
|
709
|
+
padding: space(1) space(2);
|
|
710
|
+
}
|
|
711
|
+
}
|
|
704
712
|
.asd20-school-details {
|
|
705
713
|
&__primary-content {
|
|
706
714
|
padding: space(2);
|
|
@@ -759,6 +767,9 @@ export default {
|
|
|
759
767
|
.primary-messaging-section {
|
|
760
768
|
max-width: 50vw;
|
|
761
769
|
}
|
|
770
|
+
.asd20-widgets-section {
|
|
771
|
+
padding: space(1) space(3);
|
|
772
|
+
}
|
|
762
773
|
}
|
|
763
774
|
.asd20-school-details {
|
|
764
775
|
&__primary-content {
|