summaryrefslogtreecommitdiff
path: root/res/css/partials/search-bar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/partials/search-bar.scss')
-rw-r--r--res/css/partials/search-bar.scss4
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;
}