@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.
|
@@ -534,7 +534,7 @@ li.menu-item-object-menu_openedx {
|
|
|
534
534
|
margin: 0;
|
|
535
535
|
}
|
|
536
536
|
&.signin_openedx {
|
|
537
|
-
@media (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
594
|
+
@media (min-width: $mobile-breakpoint) {
|
|
595
595
|
min-width: auto;
|
|
596
596
|
text-align: center;
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
-
@media (
|
|
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
|
-
|
|
621
|
-
.
|
|
622
|
-
|
|
623
|
-
|
|
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
|
}
|