mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
* Bold titles for apps in the app-drawer * Remove z-index from Control Panel buttons, so it doesn't overlap the menu. * Better responsive menus * Move systray icons/menus out of the menu and up to the top bar. * Increase avatar size and visibility. * Other minor menu behavior fixes. * Changes to fit odoo variables * And a little margin adjust on navbar-right * Top menu always thick * Removed overflow:hidden!important from main.less * Local patch: prevent body overflow auto * Stop using `style=` on `<body>` * Fix jquery drawer in anticipation of: https://github.com/blivesta/drawer/pull/36
19 lines
562 B
Plaintext
Executable File
19 lines
562 B
Plaintext
Executable File
/* Copyright 2016 LasLabs Inc.
|
|
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
|
|
|
|
// App Drawer / Icons
|
|
@app-drawer-icon-size: 6em;
|
|
@app-drawer-icon-margin: 1em;
|
|
@app-drawer-width: 80%;
|
|
@app-drawer-title-height: 54px;
|
|
|
|
// Navbar
|
|
@navbar-height: 46px;
|
|
@app-drawer-navbar-height: @navbar-height / 2;
|
|
@app-drawer-navbar-padding-vertical: @navbar-padding-vertical / 2;
|
|
@app-drawer-padding-horizontal: @navbar-padding-horizontal / 2;
|
|
|
|
// Drawer Toggle
|
|
@drawer-toggle-height: @navbar-height;
|
|
@drawer-toggle-width: @navbar-height;
|