@asd20/ui 3.2.753 → 3.2.754

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