UNPKG

1.07 kBtext/lessView Raw
1@import (reference) './imports/global';
2@import (reference) './imports/aui-theme/core/layers';
3
4// variables
5@aui-sidebar-grid: @aui-grid; // default AUI grid width
6@aui-sidebar-spacing: @aui-sidebar-grid * 1.5; // the amount of space between the edges of the sidebar and content
7@aui-sidebar-gutter: @aui-grid; // the effective space between the edges and where boxes have to start in order for stuff to lay out according to the spec
8
9@aui-sidebar-nav-link-expected-height: 34px; // 34px makes room for 20px icon box sizes.
10@aui-sidebar-nav-link-inner-spacing: unit((@aui-sidebar-nav-link-expected-height - @aui-sidebar-icon-size) / 2, px);
11@aui-sidebar-nav-link-icon-spacing: @aui-sidebar-grid; // distance between the right edge of an icon and the left edge of text content
12
13@aui-sidebar-header-avatar-collapsed: @aui-avatar-size-medium; // resize header avatar to a smaller size
14@aui-sidebar-base-line-height: 20px; // pixel value of AUI line height
15@aui-sidebar-footer-height: (@aui-sidebar-base-line-height + (2 * @aui-sidebar-grid)); // footer height
16// end variables