Refined price alignment and sizes

This commit is contained in:
Peter Zimon 2021-05-06 11:48:35 +02:00 committed by Rishabh Garg
parent d49b3f40e7
commit fb772638b0
3 changed files with 12 additions and 5 deletions

View File

@ -304,7 +304,7 @@ const FrameStyles = `
}
.gh-portal-container-wide {
width: 440px;
width: 468px;
}
.gh-portal-container-narrow {

View File

@ -61,17 +61,21 @@ export const PlanSectionStyles = `
.gh-portal-plan-pricelabel {
display: flex;
margin-top: 8px;
margin-top: 5px;
}
.gh-portal-plan-name {
flex-grow: 1;
display: flex;
align-items: center;
font-size: 1.2rem;
font-weight: 500;
line-height: 1.0em;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-top: 8px;
margin-top: 7px;
text-align: center;
min-height: 24px;
word-break: break-word;
}
.gh-portal-plan-currency {
@ -243,6 +247,7 @@ export const PlanSectionStyles = `
min-height: 60px;
border-right: none;
border-bottom: 1px solid var(--grey10);
padding: 10px;
}
.gh-portal-plans-container.vertical .gh-portal-plan-checkbox {
@ -261,8 +266,10 @@ export const PlanSectionStyles = `
.gh-portal-plans-container.vertical .gh-portal-plan-name {
text-transform: none;
font-size: 1.4rem;
line-height: 1.1em;
letter-spacing: 0.2px;
margin: 0;
min-height: unset;
}
.gh-portal-plans-container.vertical .gh-portal-plan-featurewrapper {

View File

@ -71,7 +71,7 @@ export const site = {
stripe_price_id: 'price_1IkY0CFToJelIqAs5h7qlgP5',
stripe_product_id: 'prod_JNGGBrrogUXcoM',
active: 1,
nickname: 'Test Price B That',
nickname: 'Test Price B',
currency: 'gbp',
amount: 12000,
type: 'recurring',