0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Alternative quote for email template

This commit is contained in:
James Morris 2021-11-30 14:20:19 +00:00
parent 24e78dc60f
commit 1731723624

View file

@ -157,6 +157,16 @@ blockquote {
letter-spacing: -0.2px;
}
blockquote.kg-blockquote-alt {
border-left: 0 none;
padding-left: 50px;
padding-right: 50px;
margin-bottom: 2.5em;
text-align: center;
font-size: 1.2em;
color: #999999;
}
blockquote p {
margin: 0.8em 0;
font-size: 1em;
@ -894,6 +904,11 @@ figure blockquote p {
padding-left: 15px !important;
}
table.body blockquote.kg-blockquote-alt {
padding-left: 50px !important;
margin-bottom: 2.5em !important;
}
table.body blockquote + * {
margin-top: 1.5em !important;
}