fix #I8JUHA [app_event_superbar]管理

This commit is contained in:
Chill
2023-11-28 17:52:48 +08:00
parent 0ff8fc1160
commit a575f5a547
46 changed files with 787 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
// scss sample, 样例navbar在下方的特殊处理
.o_web_client {
//userMenu
.o_burger_menu {
width: 80%;
.o_burger_menu_topbar {
height: var(--o-navbar-height);
}
&.flex-column {
flex-direction: column-reverse!important;
}
.oi:before, .fa:before, .dropdown-toggle {
font-size: 2em;
line-height: var(--o-navbar-height);
}
}
}