Added currency styles

This commit is contained in:
Peter Zimon 2021-02-25 13:06:19 +01:00
parent ccde2519a8
commit 82ed022f95

View File

@ -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;