@anas_hameed/edly-saas-widget 0.2.61 → 0.2.62

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.
@@ -86,7 +86,7 @@ $font-size: 1em;
86
86
  span {
87
87
  display: none;
88
88
  }
89
- i.fab {
89
+ i.fab, i.fa-brands {
90
90
  font-family: "Font Awesome 6 Brands" !important;
91
91
  }
92
92
  i.fa {
@@ -534,7 +534,7 @@ li.menu-item-object-menu_openedx {
534
534
  margin: 0;
535
535
  }
536
536
  &.signin_openedx {
537
- @media (max-width: $mobile-breakpoint) {
537
+ @media (min-width: $mobile-breakpoint) {
538
538
  order: 2;
539
539
  padding-right: 10px !important;
540
540
  }
@@ -552,7 +552,7 @@ li.menu-item-object-menu_openedx {
552
552
  }
553
553
 
554
554
  &.wpml-ls-item {
555
- @media (max-width: $mobile-breakpoint) {
555
+ @media (min-width: $mobile-breakpoint) {
556
556
  width: 100px;
557
557
  margin-left: auto;
558
558
  order: 1;
@@ -561,7 +561,7 @@ li.menu-item-object-menu_openedx {
561
561
  }
562
562
 
563
563
  > a {
564
- @media (max-width: $mobile-breakpoint) {
564
+ @media (min-width: $mobile-breakpoint) {
565
565
  display: flex;
566
566
  align-items: center;
567
567
  justify-content: center;
@@ -584,19 +584,19 @@ li.menu-item-object-menu_openedx {
584
584
  }
585
585
 
586
586
  ul.sub-menu {
587
- @media (max-width: $mobile-breakpoint) {
587
+ @media (min-width: $mobile-breakpoint) {
588
588
  min-width: 80px;
589
589
  max-width: 80px;
590
590
  }
591
591
 
592
592
  li {
593
593
  a {
594
- @media (max-width: $mobile-breakpoint) {
594
+ @media (min-width: $mobile-breakpoint) {
595
595
  min-width: auto;
596
596
  text-align: center;
597
597
  }
598
598
 
599
- @media (max-width: $mobile-breakpoint) {
599
+ @media (min-width: $mobile-breakpoint) {
600
600
  padding-left: 0 !important;
601
601
 
602
602
  &:hover {
@@ -616,11 +616,20 @@ li.menu-item-object-menu_openedx {
616
616
  }
617
617
  }
618
618
  }
619
+ @media (min-width: $mobile-breakpoint) {
620
+ &:not(:has(.wpml-ls-item)) {
621
+ .menu_openedx,
622
+ .signin_openedx {
623
+ margin-left: auto;
624
+ }
625
+ }
626
+ }
619
627
 
620
- &:not(:has(.wpml-ls-item)) {
621
- .menu_openedx,
622
- .signin_openedx {
623
- margin-left: auto;
628
+ ul.sub-menu {
629
+ li.user_info_openedx {
630
+ @media (max-width: $mobile-breakpoint) {
631
+ display: none;
632
+ }
624
633
  }
625
634
  }
626
635
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anas_hameed/edly-saas-widget",
3
- "version": "0.2.61",
3
+ "version": "0.2.62",
4
4
  "description": "Frontend application template",
5
5
  "main": "dist/index.js",
6
6
  "repository": {