Преглед изворни кода

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

Patrick O'Carroll пре 7 година
родитељ
комит
229486015d
1 измењених фајлова са 14 додато и 0 уклоњено
  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 {