feat(SW-184): added language switcher
This commit is contained in:
@@ -27,8 +27,6 @@ export default function MyPagesMenu({
|
||||
return null
|
||||
}
|
||||
|
||||
console.log(navigation)
|
||||
|
||||
return (
|
||||
<nav
|
||||
className={`${styles.myPagesMenu} ${isMyPagesMobileMenuOpen ? styles.isExpanded : ""}`}
|
||||
|
||||
@@ -2,15 +2,12 @@
|
||||
position: absolute;
|
||||
top: 46px;
|
||||
right: 0;
|
||||
background-color: #fff;
|
||||
border-top: 1px solid #e3e0db;
|
||||
display: none;
|
||||
list-style: none;
|
||||
overflow-y: visible;
|
||||
margin: 0;
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
padding: var(--Spacing-x2) var(--Spacing-x4);
|
||||
border-radius: var(--Corner-radius-Large);
|
||||
box-shadow: 0px 0px 14px 6px #0000001a;
|
||||
z-index: 1;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.myPagesMenu.isExpanded {
|
||||
|
||||
Reference in New Issue
Block a user