diff options
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; +} |