Decor blockquote

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-04-24 15:29:12 +04:00
parent 43da1bdb8c
commit f88e612da5
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -0,0 +1,10 @@
blockquote {
border-left: .3rem solid $color-quaternary;
margin-left: 0;
margin-right: 0;
padding: 1rem 1.5rem;
&:last-child {
margin-bottom: 0;
}
}