]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.scss
Fix Font Awesome css in search bar
[github/bastienwirtz/homer.git] / app.scss
index d4d2099529f6487739c0ff7cde14fe6b5c14661a..3b77603be64719fdd6275bf1b04666be866cdd0a 100644 (file)
--- a/app.scss
+++ b/app.scss
@@ -212,6 +212,10 @@ body {
     overflow: hidden;
     transition: all 0.2s ease-out;
     padding: 0;
+    
+    .tag-text {
+      display: none;
+    }
   }
 
   .card {
@@ -232,6 +236,10 @@ body {
       width: auto;
       color: #ffffff;
       padding: 0 0.75em;
+      
+      .tag-text {
+        display: block;
+      }
     }
   }
 
@@ -289,11 +297,12 @@ body {
     }
 
     .search-label::before {
-      font-family: 'FontAwesome';
+      font-family: 'Font Awesome 5 Free';
       position: absolute;
       top: 12px;
       left: 8px;
       content: "\f002";
+      font-weight: 900;
       width: 20px;
       height: 20px;
     }