@asd20/ui 3.2.753 → 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);
|
|
@@ -718,12 +726,51 @@ export default {
|
|
|
718
726
|
}
|
|
719
727
|
}
|
|
720
728
|
}
|
|
721
|
-
.hide-on-desktop {
|
|
722
|
-
display: none !important;
|
|
723
|
-
}
|
|
724
729
|
}
|
|
725
730
|
|
|
726
731
|
@media (min-width: 1024px) {
|
|
732
|
+
.asd20-template-profile {
|
|
733
|
+
@include template-desktop;
|
|
734
|
+
margin-left: space(3);
|
|
735
|
+
margin-top: 0;
|
|
736
|
+
.asd20-notification-group--floating {
|
|
737
|
+
position: absolute;
|
|
738
|
+
top: space(1);
|
|
739
|
+
// .bell {
|
|
740
|
+
// span {
|
|
741
|
+
// background: var(--color__accent);
|
|
742
|
+
// top: -0.6em !important;
|
|
743
|
+
// right: -0.6em !important;
|
|
744
|
+
// }
|
|
745
|
+
// }
|
|
746
|
+
}
|
|
747
|
+
.notification-group--inline {
|
|
748
|
+
margin: space(2) space(3) space(1) space(3);
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.asd20-page-content {
|
|
752
|
+
// margin-top: space(1);
|
|
753
|
+
display: flex;
|
|
754
|
+
justify-content: space-between;
|
|
755
|
+
align-items: stretch;
|
|
756
|
+
flex-wrap: wrap;
|
|
757
|
+
.asd20-widgets-section {
|
|
758
|
+
flex-basis: 30%;
|
|
759
|
+
padding: space(2) space(2) 0 0;
|
|
760
|
+
background: none;
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
.notification-group--inline {
|
|
764
|
+
flex-basis: 100%;
|
|
765
|
+
margin-bottom: 0 !important;
|
|
766
|
+
}
|
|
767
|
+
.primary-messaging-section {
|
|
768
|
+
max-width: 50vw;
|
|
769
|
+
}
|
|
770
|
+
.asd20-widgets-section {
|
|
771
|
+
padding: space(1) space(3);
|
|
772
|
+
}
|
|
773
|
+
}
|
|
727
774
|
.asd20-school-details {
|
|
728
775
|
&__primary-content {
|
|
729
776
|
padding: space(2);
|