diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 22:44:03 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-01 22:51:59 +0200 |
| commit | cb6df11ee9adb431edf5897ebed16b2483b98d29 (patch) | |
| tree | 013d755d9a2a94a178c89d307b48cf5eace41518 /res/css/modules | |
| parent | bb627660a9cf0ce17375d3cdfc01274d2e559ba7 (diff) | |
changed position css and input bar
Diffstat (limited to 'res/css/modules')
| -rw-r--r-- | res/css/modules/positions.scss | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/res/css/modules/positions.scss b/res/css/modules/positions.scss index f4e23fbf..8af9546f 100644 --- a/res/css/modules/positions.scss +++ b/res/css/modules/positions.scss @@ -1,8 +1,11 @@ -$top-bar-height: 36px; -$search-bar-height: 48px; -$search-icon-height: 20px; -$task-alert-height: 48px; -$task-desc-height: 20px; -$input-bar-height:36px; +/* Vertical spacing */ +$one-baseline: 12px; +$two-baselines: 24px; +$three-baselines: 36px; +$four-baselines: 48px; +$icon-height: 20px; + +/* Horizontal spacing */ $doc-margin: 70px; + |
