Przeglądaj źródła

style tweak to alert

Torkel Ödegaard 6 lat temu
rodzic
commit
5195954681
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/sass/components/_alerts.scss

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

@@ -6,7 +6,7 @@
 // -------------------------
 
 .alert {
-  padding: 1.25rem 2rem 1.25rem 1.5rem;
+  padding: 15px 20px;
   margin-bottom: $panel-margin / 2;
   text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
   background: $alert-error-bg;