Browse Source

ux(): mini fix to alert close btn

Torkel Ödegaard 10 năm trước cách đây
mục cha
commit
35609fe3d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/sass/components/_alerts.scss

+ 1 - 1
public/sass/components/_alerts.scss

@@ -58,7 +58,7 @@
   color: $dark-4;
   .fa {
     position: relative;
-    top: -3px;
+    top: -2px;
   }
 }