Quellcode durchsuchen

added styling to fontawesome icons so they have same size as the other icons

Patrick O'Carroll vor 7 Jahren
Ursprung
Commit
229486015d
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. 14 0
      public/sass/components/_dashboard_settings.scss

+ 14 - 0
public/sass/components/_dashboard_settings.scss

@@ -3,6 +3,20 @@
   height: 100%;
   display: flex;
   flex-direction: row;
+
+  //fix for fontawesome icons
+  .fa-lock {
+    &::before {
+      font-size: 20px;
+      text-align: center;
+      padding-left: 1px;
+    }
+  }
+  .fa-history {
+    &::before {
+      font-size: 17px;
+    }
+  }
 }
 
 .dashboard-page--settings-opening {