update description

This commit is contained in:
ivanOffice
2023-10-09 01:26:36 +08:00
parent b88a0411d1
commit 524a4352e3
102 changed files with 1522 additions and 100 deletions

View File

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

View File