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/partials/search-bar.scss | |
| parent | 897b200c5ea77b72ea694f912a66129be3ed029c (diff) | |
Task-alert styling - button not-working
Diffstat (limited to 'res/css/partials/search-bar.scss')
| -rw-r--r-- | res/css/partials/search-bar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/css/partials/search-bar.scss b/res/css/partials/search-bar.scss index b832aca0..c633fc09 100644 --- a/res/css/partials/search-bar.scss +++ b/res/css/partials/search-bar.scss @@ -14,13 +14,13 @@ width: 100%; top: $top-bar-height+($search-bar-height - $search-icon-height)/2; height:$search-icon-height; - left: 100px; + left: $left-margin + 40px; } .search-icon { position:fixed; width:20px; height:$search-icon-height; - left: 60px; + left: $left-margin; top: $top-bar-height+($search-bar-height - $search-icon-height)/2; } |
