mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Updated editor styles for product card
refs https://github.com/TryGhost/Team/issues/1245
This commit is contained in:
parent
d91f2d253e
commit
ed18ca0bf3
@ -1792,13 +1792,17 @@ button.emoji-picker__category-button.active {
|
||||
margin-top: 8px !important;
|
||||
}
|
||||
|
||||
.kg-product-card-description p {
|
||||
.kg-product-card-description p, .kg-product-card-description li {
|
||||
font-size: 1.6rem !important;
|
||||
line-height: 1.6em;
|
||||
line-height: 1.4em !important;
|
||||
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Droid Sans,Helvetica Neue,sans-serif !important;
|
||||
color: #656E7A;
|
||||
}
|
||||
|
||||
.kg-product-card-description li+li {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.kg-product-card-description ::after {
|
||||
font-size: 1.6rem !important;
|
||||
line-height: 1.6em;
|
||||
|
Loading…
Reference in New Issue
Block a user