aboutsummaryrefslogtreecommitdiff
path: root/_scss/components/theme/_blockquote.scss
blob: c0ad531d8935196d26de9857890b815aa779b06e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
blockquote {
  border-left: .3rem solid $color-quaternary;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;

  &:last-child {
    margin-bottom: 0;
  }
}