Explorar el Código

Add styling for alert callouts

Szabolcs Légrádi hace 7 años
padre
commit
8d656ab63f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      assets/stylesheets/pages/_wordpress.scss

+ 4 - 0
assets/stylesheets/pages/_wordpress.scss

@@ -8,4 +8,8 @@
   .callout-warning {
     @extend %note, %note-red;
   }
+
+  .callout-alert {
+    @extend %note, %note-orange;
+  }
 }