官网上架 app_sample 改名

This commit is contained in:
Ivan Office
2023-10-09 00:00:12 +08:00
parent 4e9ffaa9fb
commit d9ffda1379
35 changed files with 2 additions and 2 deletions

View File

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);
}
}
}