Extend blockquote style

pull/2980/head
Will 3 years ago
parent f0a4f59bb0
commit afa62628e8
No known key found for this signature in database
GPG Key ID: 385872BB265E8BF8

@ -259,8 +259,18 @@ a, a:hover {
max-width: 100%;
}
/* The default CSS applies a style for blockquotes but only to immediate children
of .td-content. This applies the same style to any blockquotes that descend from
.td-content. */
.td-content blockquote {
padding: 0 0 0 1rem;
margin-bottom: $spacer;
color: $gray-600;
border-left: 6px solid $secondary;
}
/*
Make padding symmetrical (this selector is used to apply padding-left: 3rem)
Make padding symmetrical (this selector is used in the default styles to apply padding-left: 3rem)
*/
.pl-md-5, .px-md-5 {
padding-right: 3rem;

Loading…
Cancel
Save