fix navbar dropdown position on RTL

This commit is contained in:
MohamedGad100 2024-10-14 10:17:20 +03:00
parent 28dd664fd9
commit 3659af0235
2 changed files with 9 additions and 11 deletions

View File

@ -93,14 +93,3 @@
font-weight: 900; font-weight: 900;
src: url(/odex_themecraft/static/src/fonts/arabic/Frutiger/Black.ttf) format('truetype'); src: url(/odex_themecraft/static/src/fonts/arabic/Frutiger/Black.ttf) format('truetype');
} }
.rtl{
*:not(.fa) {
font-family: 'Droid Arabic Kufi', serif !important;
}
}
.o_rtl{
*:not(.fa) {
font-family: 'Droid Arabic Kufi', serif !important;
}
}

View File

@ -3,6 +3,15 @@
font-family: $english_default_font; font-family: $english_default_font;
} }
.o_rtl {
.o_menu_sections {
.dropdown-menu {
right: auto !important;
left: 0 !important;
}
}
}
body{ body{
&.o_home_menu_background{ &.o_home_menu_background{
background-image: $apps_bg_img; background-image: $apps_bg_img;