mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
官网上架 app_sample 改名
This commit is contained in:
0
app_sample/static/src/scss/odooai.cn
Normal file
0
app_sample/static/src/scss/odooai.cn
Normal file
18
app_sample/static/src/scss/style.scss
Normal file
18
app_sample/static/src/scss/style.scss
Normal 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user