[app_event_superbar] v18

This commit is contained in:
Chill
2024-11-12 12:27:27 +08:00
parent 298baaab2e
commit 65d7b604bf
23 changed files with 713 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);
}
}
}