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:
parent
a4c04da443
commit
4699f5b86e
1 changed files with 79 additions and 57 deletions
|
@ -900,8 +900,8 @@ a[data-flickr-embed] img {
|
||||||
.kg-header-card h2 {
|
.kg-header-card h2 {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 1.1em;
|
line-height: 1em;
|
||||||
margin: 0 0 0.125em;
|
margin: 0 0 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-header-card h2 strong {
|
.kg-header-card h2 strong {
|
||||||
|
@ -947,7 +947,7 @@ a[data-flickr-embed] img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
color: #15171A !important;
|
color: #15171A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-size-large .kg-header-card-button {
|
.kg-size-large .kg-header-card-button {
|
||||||
|
@ -963,6 +963,28 @@ a[data-flickr-embed] img {
|
||||||
color: #ffffff !important;
|
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 {
|
.kg-product-card {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 0 1.5em;
|
margin: 0 0 1.5em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue