mixyll/_sass/_blockquotes.scss

17 lines
290 B
SCSS
Raw Permalink Normal View History

2020-01-24 11:20:29 +00:00
blockquote {
border-left: 5px solid #7a7a7a;
font-style: italic;
margin-left: $space-1;
padding: $space-1;
}
blockquote footer {
background-color: #fff;
border-color: transparent;
color: #7a7a7a;
font-size: .85rem;
font-style: normal;
text-align: left;
padding: 0;
}