Updated typography and spacing for callout cards and blockquotes (#20525)

REF DES-542
This commit is contained in:
Sanne de Vries 2024-07-03 11:43:51 +02:00 committed by GitHub
parent 6c6d3b6ce4
commit be77080f39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,7 +172,7 @@ blockquote.kg-blockquote-alt {
text-align: center;
font-size: 1.2em;
font-style: italic;
color: #999999;
color: #738a94;
}
blockquote p {
@ -844,10 +844,6 @@ a[data-flickr-embed] img {
border-radius: 3px;
}
.kg-callout-card p {
margin: 0
}
.kg-callout-card-grey {
background: #eef0f2;
}
@ -1350,6 +1346,15 @@ a[data-flickr-embed] img {
font-size: 16px !important;
}
table.body .kg-callout-card {
padding: 16px 24px !important;
}
table.body .kg-callout-text {
font-size: 16px !important;
line-height: 1.5em !important;
}
table.body pre {
white-space: pre-wrap !important;
word-break: break-word !important;
@ -1565,7 +1570,7 @@ a[data-flickr-embed] img {
}
table.body blockquote {
font-size: 17px;
font-size: 16px !important;
line-height: 1.6em;
margin-bottom: 0;
padding-left: 15px;
@ -1573,13 +1578,12 @@ a[data-flickr-embed] img {
table.body blockquote.kg-blockquote-alt {
border-left: 0 none !important;
margin: 0 0 2.5em 0 !important;
padding: 0 50px 0 50px !important;
font-size: 1.2em;
}
table.body blockquote + * {
margin-top: 1.5em !important;
margin: 0 !important;
padding-left: 20px !important;
padding-right: 20px !important;
padding-bottom: 1.5em !important;
font-size: 18px !important;
line-height: 1.4em !important;
}
table.body hr {