diff options
Diffstat (limited to 'res/css/partials/search-bar.scss')
| -rw-r--r-- | res/css/partials/search-bar.scss | 11 |
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 |
