mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Updated editor styles and template for product card
refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
parent
049fe97e7e
commit
e9c2942de5
@ -1787,16 +1787,19 @@ button.emoji-picker__category-button.active {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.kg-product-card-description, .kg-product-card-description p {
|
||||
.kg-product-card-description {
|
||||
margin-top: 8px !important;
|
||||
}
|
||||
|
||||
.kg-product-card-description p {
|
||||
font-size: 1.6rem !important;
|
||||
line-height: 1.6em;
|
||||
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Droid Sans,Helvetica Neue,sans-serif !important;
|
||||
color: #656E7A;
|
||||
margin-top: 8px !important;
|
||||
}
|
||||
|
||||
.kg-product-card-description ::after {
|
||||
font-size: 1.4rem !important;
|
||||
font-size: 1.6rem !important;
|
||||
line-height: 1.6em;
|
||||
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Droid Sans,Helvetica Neue,sans-serif !important;
|
||||
}
|
||||
|
@ -222,7 +222,7 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
<p class="kg-product-card-description">{{{@payload.productDescription}}}</p>
|
||||
<div class="kg-product-card-description">{{{@payload.productDescription}}}</div>
|
||||
{{#if @payload.productButtonEnabled}}
|
||||
<a href="javascript:void(0)" class="gh-btn gh-btn-accent kg-product-card-button {{if this.isButtonIncomplete "o-50"}}" disabled={{not @payload.productButton}}>
|
||||
<span>
|
||||
|
Loading…
Reference in New Issue
Block a user