From 1368735fd9e20ce2f1ce53f6741c72a073b283c4 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 14 Sep 2016 12:57:44 +0200 Subject: added favs --- public/stylesheets/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'public/stylesheets') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 73814fd..5369385 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -29,6 +29,7 @@ html, body { } #search .input-wrapper { + position: relative; margin: 0 auto; max-width: 600px; padding: 10px; @@ -134,3 +135,18 @@ input:focus { input { -webkit-appearance: none; } + +#search .material-icons { + position: absolute; + font-size: 1.8em; + color: #FFCDD2; + right: 22.5px; + top: 22.5px; + border: 0; + padding: 0; + background: none; +} + +.hidden { + display: none !important; +} -- cgit v1.1