diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 18:08:22 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 18:08:22 +0200 |
| commit | ae97bf0a841d59cffdf94c34036ddfe0ab925623 (patch) | |
| tree | d23f1b9ec56d8ba066fc089f323479b78c32b607 /res/css/modules | |
| parent | 897b200c5ea77b72ea694f912a66129be3ed029c (diff) | |
Task-alert styling - button not-working
Diffstat (limited to 'res/css/modules')
| -rw-r--r-- | res/css/modules/positions.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/css/modules/positions.scss b/res/css/modules/positions.scss index f91db2dd..2fcd3d90 100644 --- a/res/css/modules/positions.scss +++ b/res/css/modules/positions.scss @@ -1,3 +1,8 @@ $top-bar-height: 36px; $search-bar-height: 48px; -$search-icon-height: 20px;
\ No newline at end of file +$search-icon-height: 20px; +$task-alert-height: 48px; +$task-desc-height: 20px; + + +$left-margin: 60px; |
