summaryrefslogtreecommitdiff
path: root/res/css/partials/search-bar.scss
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-01 01:37:55 +0200
committerOfer Lehr <ofer@oferlehr.com>2014-12-01 01:37:55 +0200
commitc7502ef8e03274282712fd03847b3088ee860981 (patch)
tree23067cc30105911d0b11e75c16efa7bc104ceac4 /res/css/partials/search-bar.scss
parentf92ea38fff179613edb543b6435750c0ed64e573 (diff)
fixed broken fonts, div positioning and search bar drop shadow
Diffstat (limited to 'res/css/partials/search-bar.scss')
-rw-r--r--res/css/partials/search-bar.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/res/css/partials/search-bar.scss b/res/css/partials/search-bar.scss
index c78e62c3..b9c37f40 100644
--- a/res/css/partials/search-bar.scss
+++ b/res/css/partials/search-bar.scss
@@ -1,13 +1,7 @@
.search-bar{
- position: fixed;
- top: $top-bar-height;
width:100%;
height:$search-bar-height;
- box-shadow:black;
- alpha:0.3;
- distance:1;
background: white;
- border: 1px solid #919095;//$mid-grey
-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
@@ -27,3 +21,8 @@
left: $doc-margin;
top: $top-bar-height+($search-bar-height - $search-icon-height)/2;
}
+
+input {
+ font-family: $base-font-family;
+ font-size: $h3-size;
+} \ No newline at end of file