]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.css
Fix Font Awesome css in search bar
[github/bastienwirtz/homer.git] / app.css
diff --git a/app.css b/app.css
index 8a9774249f35426439b2886eb9136288fdc6d1e2..ed9a45de14c4709bac9d313b5c943ceb0531616b 100644 (file)
--- a/app.css
+++ b/app.css
@@ -165,6 +165,8 @@ body {
     overflow: hidden;
     transition: all 0.2s ease-out;
     padding: 0; }
+    body .tag .tag-text {
+      display: none; }
   body .card {
     border-radius: 5px;
     border: none;
@@ -178,6 +180,8 @@ body {
       width: auto;
       color: #ffffff;
       padding: 0 0.75em; }
+      body .card:hover .tag .tag-text {
+        display: block; }
   body .card-content {
     height: 85px;
     padding: 1.3rem; }
@@ -215,11 +219,12 @@ body {
         width: 250px;
         background-color: #ffffff; }
     body .search-bar .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; }
     body .search-bar:focus-within .search-label::before {