feat(SW-184): added language switcher

This commit is contained in:
Erik Tiekstra
2024-08-20 14:51:47 +02:00
parent 45095a27d4
commit b37cc7a34c
11 changed files with 133 additions and 37 deletions

View File

@@ -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 {