mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Updated email template for header card
This commit is contained in:
parent
4984223bf2
commit
683ac885fd
1 changed files with 6 additions and 8 deletions
|
@ -664,8 +664,7 @@ figure blockquote p {
|
|||
}
|
||||
|
||||
.kg-header-card.kg-style-light {
|
||||
border-top: 1px solid #e5eff6;
|
||||
border-bottom: 1px solid #e5eff6;
|
||||
background-color: #F9F9FA;
|
||||
}
|
||||
|
||||
.kg-header-card.kg-style-accent {
|
||||
|
@ -720,8 +719,7 @@ figure blockquote p {
|
|||
|
||||
.kg-header-card-button {
|
||||
margin-top: 1.75em;
|
||||
background: ${templateSettings.accentColor || '#15212A'};
|
||||
border: solid 1px ${templateSettings.accentColor || '#15212A'};
|
||||
background: #ffffff;
|
||||
border-radius: 5px;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
|
@ -731,7 +729,7 @@ figure blockquote p {
|
|||
margin: 0;
|
||||
padding: 8px 16px;
|
||||
text-decoration: none !important;
|
||||
color: #FFFFFF !important;
|
||||
color: #15171A !important;
|
||||
}
|
||||
|
||||
.kg-size-large .kg-header-card-button {
|
||||
|
@ -742,9 +740,9 @@ figure blockquote p {
|
|||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
.kg-style-accent .kg-header-card-button {
|
||||
background: #ffffff;
|
||||
color: ${templateSettings.accentColor || '#15212A'} !important;
|
||||
.kg-style-light .kg-header-card-button {
|
||||
background: ${templateSettings.accentColor || '#15212A'} !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue