mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Added currency styles
This commit is contained in:
parent
ccde2519a8
commit
82ed022f95
@ -59,6 +59,7 @@ export const PlanSectionStyles = `
|
||||
}
|
||||
|
||||
.gh-portal-plan-pricelabel {
|
||||
display: flex;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
@ -72,12 +73,19 @@ export const PlanSectionStyles = `
|
||||
|
||||
.gh-portal-plan-currency {
|
||||
position: relative;
|
||||
bottom: 5px;
|
||||
bottom: 2px;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.4px;
|
||||
}
|
||||
|
||||
.gh-portal-plan-currency-code {
|
||||
bottom: -4px;
|
||||
order: 2;
|
||||
margin-left: 3px;
|
||||
font-size: 1.15rem;
|
||||
}
|
||||
|
||||
.gh-portal-plan-price {
|
||||
font-size: 2.2rem;
|
||||
font-weight: 500;
|
||||
|
Loading…
Reference in New Issue
Block a user