@mirweb/mir-web-components 2.11.0 → 2.11.1
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.
|
@@ -602,8 +602,14 @@ defineExpose({
|
|
|
602
602
|
box-shadow: $box-shadow;
|
|
603
603
|
border-radius: $border-radius;
|
|
604
604
|
padding: 0px;
|
|
605
|
-
|
|
606
|
-
|
|
605
|
+
/* Mobile/tablet (< 984px): align with viewport padding */
|
|
606
|
+
right: 30px;
|
|
607
|
+
top: 60px;
|
|
608
|
+
|
|
609
|
+
@include md {
|
|
610
|
+
right: 0px;
|
|
611
|
+
top: 45px;
|
|
612
|
+
}
|
|
607
613
|
}
|
|
608
614
|
|
|
609
615
|
.portal-switcher-content {
|
|
@@ -797,6 +803,11 @@ defineExpose({
|
|
|
797
803
|
.header--hide-burger .mobile-menu-content-wrapper {
|
|
798
804
|
display: none;
|
|
799
805
|
}
|
|
806
|
+
|
|
807
|
+
/* Portal dropdown: align right when no burger - mobile uses right: 30px from media query above */
|
|
808
|
+
.header--hide-burger #menu-portal-switcher-mobile .portal-switcher-content {
|
|
809
|
+
left: auto;
|
|
810
|
+
}
|
|
800
811
|
.mobile-nav-wrapper::before {
|
|
801
812
|
@extend .mirsaic--dark !optional;
|
|
802
813
|
background-size:
|