blob: c4aacea97cec08f4d0e8d87ea7fe7e4b7c06ba98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* Vertical spacing */
$one-baseline: 12px;
$two-baselines: 24px;
$three-baselines: 36px;
$four-baselines: 48px;
$icon-height: 32px;
$icon-width: 45px;
/* Horizontal spacing */
$doc-margin: 70px;
$graph-margin-right: 10px;
$graph-margin-left: 20px;
$menu-bar__icon-size: 24px;
// toolbars
$toolbar-button-width: 65px;
|