milligram/src/_Blockquote.sass

14 lines
341 B
Sass
Raw Normal View History

2015-12-26 01:52:59 +00:00
// Blockquote
//
blockquote
2020-05-17 21:41:05 +00:00
border-left: .3rem solid $color-quaternary
margin-left: 0
margin-right: 0
padding: 1rem 1.5rem
2021-03-21 07:48:28 +00:00
font-weight: bold
2015-12-26 01:52:59 +00:00
2020-05-17 21:41:05 +00:00
*:last-child
margin-bottom: 0