Jelajahi Sumber

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

Patrick O'Carroll 7 tahun lalu
induk
melakukan
229486015d
1 mengubah file dengan 14 tambahan dan 0 penghapusan
  1. 14 0
      public/sass/components/_dashboard_settings.scss

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

@@ -3,6 +3,20 @@
   height: 100%;
   height: 100%;
   display: flex;
   display: flex;
   flex-direction: row;
   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 {
 .dashboard-page--settings-opening {