_articles.scss 326 B

123456789101112131415161718192021
  1. .submitted {
  2. @extend .text-muted;
  3. margin-bottom: $spacer;
  4. }
  5. .field-type-image {
  6. margin: $spacer 0;
  7. img {
  8. @extend .img-fluid;
  9. }
  10. }
  11. blockquote {
  12. padding: 1rem 2rem;
  13. border-left: 4px solid $gray-400;
  14. font-size: $font-size-base - .05;
  15. background: $gray-100;
  16. > p:last-of-type {
  17. margin-bottom: 0;
  18. }
  19. }