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.css | |
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.css')
-rw-r--r-- | app.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -219,11 +219,12 @@ body { | |||
219 | width: 250px; | 219 | width: 250px; |
220 | background-color: #ffffff; } | 220 | background-color: #ffffff; } |
221 | body .search-bar .search-label::before { | 221 | body .search-bar .search-label::before { |
222 | font-family: 'FontAwesome'; | 222 | font-family: 'Font Awesome 5 Free'; |
223 | position: absolute; | 223 | position: absolute; |
224 | top: 12px; | 224 | top: 12px; |
225 | left: 8px; | 225 | left: 8px; |
226 | content: "\f002"; | 226 | content: "\f002"; |
227 | font-weight: 900; | ||
227 | width: 20px; | 228 | width: 20px; |
228 | height: 20px; } | 229 | height: 20px; } |
229 | body .search-bar:focus-within .search-label::before { | 230 | body .search-bar:focus-within .search-label::before { |