add free superbar

This commit is contained in:
Ivan Office
2024-07-18 17:33:31 +08:00
parent f069ebb88f
commit b8a91c9bd8
48 changed files with 1106 additions and 364 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);
}
}
}