-
Notifications
You must be signed in to change notification settings - Fork 279
Expand file tree
/
Copy pathstructure.scss
More file actions
44 lines (30 loc) · 877 Bytes
/
structure.scss
File metadata and controls
44 lines (30 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/** GENERAL VARIABLES */
@import "components/variables/structure";
$base-font-size: 15px;
$base-height: 28px;
$base-width: 26px;
$base-padding: 8px;
/** COMPONENT VARIABLES **/
@import "skin/default/variables/structure";
/** CONTAINER **/
$container-element-margin: 0;
/** CONTAINER-DROPDOWN **/
$container-dropdown-padding: 0 10px;
/** DROPDOWN **/
$dropdown-padding: 0;
$dropdown-zindex: 1;
/** DROPDOWN-LISTBOX HEADER **/
$dropdown-listbox-header-margin: 0;
/** DROPDOWN-LISTBOX ITEM **/
$dropdown-listbox-item-font-size: 11px;
$dropdown-listbox-item-line-height: 28px;
$dropdown-listbox-item-max-height: 44px;
$dropdown-listbox-item-padding: 4px 6px;
/** TOOLBAR **/
$toolbar-add-border-width: 2px;
$toolbar-add-height: $base-height;
$toolbar-add-width: $base-width;
/** TOOLBAR-ADD **/
$toolbar-add-border-width: 0;
/** SEPARATOR **/
$separator-height: 28px;