aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_search.sass
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/partials/_search.sass')
-rw-r--r--stylesheets/partials/_search.sass10
1 files changed, 5 insertions, 5 deletions
diff --git a/stylesheets/partials/_search.sass b/stylesheets/partials/_search.sass
index 0deb11ad..44b2a557 100644
--- a/stylesheets/partials/_search.sass
+++ b/stylesheets/partials/_search.sass
@@ -1,9 +1,9 @@
#search
position: absolute
- left: #{!page_width + !sidebar_margin - !sidebar_width}
- top: #{30%}
+ left: $page-width + $sidebar-margin - $sidebar-width
+ top: 30%
form
- background: url(/images/search_bg.png) no-repeat
+ background: image-url("search_bg.png") no-repeat
padding: 0
height: 28px
width: 218px
@@ -15,6 +15,6 @@
margin-left: 30px
font-size: 15px
border: none
- color: #aaa
+ color: #aaaaaa
&:focus
- outline: none \ No newline at end of file
+ outline: none