Browse Source

Add styling for alert callouts

Szabolcs Légrádi 7 năm trước cách đây
mục cha
commit
8d656ab63f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
+  }
 }