_wordpress.scss 188 B

123456789101112131415
  1. ._wordpress {
  2. @extend %simple;
  3. .breadcrumbs {
  4. display: none;
  5. }
  6. .callout-warning {
  7. @extend %note, %note-red;
  8. }
  9. .callout-alert {
  10. @extend %note, %note-orange;
  11. }
  12. }