mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed issue with tier card price
refs https://github.com/TryGhost/Team/issues/1806
This commit is contained in:
parent
ae336f19cd
commit
1c7f38395c
@ -2246,6 +2246,12 @@ p.gh-members-import-errordetail:first-of-type {
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-membertier-price-container .gh-tier-card-price {
|
||||||
|
margin: 0 12px 2px 0;
|
||||||
|
padding: 12px 8px;
|
||||||
|
border: 1px solid var(--whitegrey);
|
||||||
|
}
|
||||||
|
|
||||||
.gh-cp-membertier:not(.multiple-subs) .gh-membertier-price-container {
|
.gh-cp-membertier:not(.multiple-subs) .gh-membertier-price-container {
|
||||||
margin-top: -19px;
|
margin-top: -19px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user