Files
web/web_app_drawer/static/src/less/variables.less
Dave Lasley b2353e2671 [ADD] web_responsive: Create new module
* Create App Drawer for primary menu
* Move secondary menu to top bar
* Add keyboard shortcuts for primary menu navigation
* Make web client slightly more mobile compatible (no widgets)
2016-10-14 04:06:44 -07:00

16 lines
457 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: 7em;
@app-drawer-icon-margin: 1em;
@app-drawer-width: 80%;
@app-drawer-title-height: @navbar-height;
// Navbar
@app-drawer-navbar-height: @navbar-height / 2;
@app-drawer-navbar-padding-vertical: @navbar-padding-vertical / 2;
@app-drawer-padding-horizontal: @navbar-padding-horizontal / 2;