update theme variables

This commit is contained in:
2025-11-10 08:49:14 +03:00
parent 60a20b4583
commit 96fc04e71e
4 changed files with 235 additions and 213 deletions

View File

@@ -0,0 +1,18 @@
.languageSwitch {
display: flex;
flex-direction: row;
justify-content: end;
padding: 0 16px;
gap: 10px;
position: absolute;
top: 50px;
z-index: 1000;
}
:global(.ant-app-rtl) .languageSwitch {
left: 0;
}
:global(.ant-app-ltr) .languageSwitch {
right: 0;
}