Browse Source

Fixed styling of gicon's in dropdown menus

Torkel Ödegaard 6 years ago
parent
commit
176315cf40
1 changed files with 3 additions and 1 deletions
  1. 3 1
      public/sass/components/_dropdown.scss

+ 3 - 1
public/sass/components/_dropdown.scss

@@ -93,7 +93,9 @@
       }
       }
 
 
       .gicon {
       .gicon {
-        opacity: 0.9;
+        opacity: 0.7;
+        width: 14px;
+        height: 14px;
       }
       }
     }
     }
   }
   }