diff options
author | pdevq <45507854+pdevq@users.noreply.github.com> | 2019-10-23 17:31:04 -0400 |
---|---|---|
committer | pdevq <45507854+pdevq@users.noreply.github.com> | 2019-10-23 17:31:04 -0400 |
commit | a0e2769a59049e1ae83b404acf80594509fb8197 (patch) | |
tree | 1e56fc04cc906f7e73cc4956730691ba2d5dbddd /app.scss | |
parent | a2fdb8a97b3210017b27c8a08908e18618bec6b4 (diff) | |
download | homer-a0e2769a59049e1ae83b404acf80594509fb8197.tar.gz homer-a0e2769a59049e1ae83b404acf80594509fb8197.tar.zst homer-a0e2769a59049e1ae83b404acf80594509fb8197.zip |
Fix Font Awesome css in search bar
Diffstat (limited to 'app.scss')
-rw-r--r-- | app.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -297,11 +297,12 @@ body { | |||
297 | } | 297 | } |
298 | 298 | ||
299 | .search-label::before { | 299 | .search-label::before { |
300 | font-family: 'FontAwesome'; | 300 | font-family: 'Font Awesome 5 Free'; |
301 | position: absolute; | 301 | position: absolute; |
302 | top: 12px; | 302 | top: 12px; |
303 | left: 8px; | 303 | left: 8px; |
304 | content: "\f002"; | 304 | content: "\f002"; |
305 | font-weight: 900; | ||
305 | width: 20px; | 306 | width: 20px; |
306 | height: 20px; | 307 | height: 20px; |
307 | } | 308 | } |