mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removed blockquote selector from card styles plus email tweaks
refs https://github.com/TryGhost/Team/issues/1239
This commit is contained in:
parent
0d8bc06fb9
commit
5c4cfc785f
2 changed files with 9 additions and 8 deletions
|
@ -1,17 +1,18 @@
|
||||||
blockquote.kg-blockquote-alt {
|
.kg-blockquote-alt {
|
||||||
background: none;
|
background: none;
|
||||||
font-size: 1.6em;
|
font-size: 1.5em;
|
||||||
|
font-style: italic;
|
||||||
line-height: 1.7em;
|
line-height: 1.7em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0.5em 2.5em 0.75em;
|
padding: 0 2.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote.kg-blockquote-alt::before {
|
.kg-blockquote-alt::before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
blockquote.kg-blockquote-alt {
|
.kg-blockquote-alt {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
|
@ -19,7 +20,7 @@ blockquote.kg-blockquote-alt::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
blockquote.kg-blockquote-alt {
|
.kg-blockquote-alt {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
padding-left: 1.75em;
|
padding-left: 1.75em;
|
||||||
padding-right: 1.75em;
|
padding-right: 1.75em;
|
||||||
|
|
|
@ -915,8 +915,8 @@ figure blockquote p {
|
||||||
|
|
||||||
table.body blockquote.kg-blockquote-alt {
|
table.body blockquote.kg-blockquote-alt {
|
||||||
border-left: 0 none !important;
|
border-left: 0 none !important;
|
||||||
margin: 0 0 2.5em 0;
|
margin: 0 0 2.5em 0 !important;
|
||||||
padding: 0 50px 0 50px;
|
padding: 0 50px 0 50px !important;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue