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