mixyll/_sass/_blockquotes.scss
Sai Kiran Sripada 4582790774 Intial Commit
2020-01-24 16:50:29 +05:30

17 lines
290 B
SCSS

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;
}