0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added email styles for Header v2

This commit is contained in:
Sodbileg Gansukh 2023-08-04 16:41:01 +08:00
parent a4c04da443
commit 4699f5b86e

View file

@ -900,8 +900,8 @@ a[data-flickr-embed] img {
.kg-header-card h2 {
font-size: 3em;
font-weight: 700;
line-height: 1.1em;
margin: 0 0 0.125em;
line-height: 1em;
margin: 0 0 0.25em;
}
.kg-header-card h2 strong {
@ -947,7 +947,7 @@ a[data-flickr-embed] img {
margin: 0;
padding: 8px 16px;
text-decoration: none !important;
color: #15171A !important;
color: #15171A;
}
.kg-size-large .kg-header-card-button {
@ -963,6 +963,28 @@ a[data-flickr-embed] img {
color: #ffffff !important;
}
/* Header v2 */
.kg-header-card.kg-v2 {
padding: 0;
text-align: inherit;
}
.kg-header-card.kg-v2 .kg-header-card-image {
height: 320px;
}
.kg-header-card.kg-v2 .kg-header-card-content {
padding: 48px 40px;
}
.kg-header-card.kg-v2 .kg-header-card-button {
margin-top: 20px;
padding: 10px 20px;
font-size: 17px;
font-weight: 600;
}
.kg-product-card {
width: 100%;
margin: 0 0 1.5em;