fix navbar dropdown position on RTL
This commit is contained in:
parent
28dd664fd9
commit
3659af0235
|
|
@ -92,15 +92,4 @@
|
|||
font-style: normal;
|
||||
font-weight: 900;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
@ -3,6 +3,15 @@
|
|||
font-family: $english_default_font;
|
||||
}
|
||||
|
||||
.o_rtl {
|
||||
.o_menu_sections {
|
||||
.dropdown-menu {
|
||||
right: auto !important;
|
||||
left: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body{
|
||||
&.o_home_menu_background{
|
||||
background-image: $apps_bg_img;
|
||||
|
|
|
|||
Loading…
Reference in New Issue