diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-09-14 12:57:44 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-09-14 12:57:44 +0200 |
commit | 1368735fd9e20ce2f1ce53f6741c72a073b283c4 (patch) | |
tree | 2a594a998d6c71cd8d3cd73de093b90ffc9a1bcf /public/stylesheets | |
parent | 26cfa5aae40dc191017951312ad04a479d05590c (diff) |
added favs
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
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; +} |