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:
parent
24e78dc60f
commit
1731723624
1 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue