mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Refined price name and value alignment
This commit is contained in:
parent
4260ff59a4
commit
d49b3f40e7
2 changed files with 4 additions and 2 deletions
|
@ -65,11 +65,13 @@ export const PlanSectionStyles = `
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-portal-plan-name {
|
.gh-portal-plan-name {
|
||||||
|
flex-grow: 1;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-portal-plan-currency {
|
.gh-portal-plan-currency {
|
||||||
|
|
|
@ -71,7 +71,7 @@ export const site = {
|
||||||
stripe_price_id: 'price_1IkY0CFToJelIqAs5h7qlgP5',
|
stripe_price_id: 'price_1IkY0CFToJelIqAs5h7qlgP5',
|
||||||
stripe_product_id: 'prod_JNGGBrrogUXcoM',
|
stripe_product_id: 'prod_JNGGBrrogUXcoM',
|
||||||
active: 1,
|
active: 1,
|
||||||
nickname: 'Test Price B',
|
nickname: 'Test Price B That',
|
||||||
currency: 'gbp',
|
currency: 'gbp',
|
||||||
amount: 12000,
|
amount: 12000,
|
||||||
type: 'recurring',
|
type: 'recurring',
|
||||||
|
@ -105,7 +105,7 @@ export const site = {
|
||||||
is_stripe_configured: true,
|
is_stripe_configured: true,
|
||||||
portal_button: true,
|
portal_button: true,
|
||||||
portal_name: true,
|
portal_name: true,
|
||||||
portal_plans: [''],
|
portal_plans: ['free', '6086f4c9823dd7240afc8084', '6087c36ed3e64b3266bf715f'],
|
||||||
portal_button_icon: 'icon-1',
|
portal_button_icon: 'icon-1',
|
||||||
portal_button_signup_text: 'Subscribe now',
|
portal_button_signup_text: 'Subscribe now',
|
||||||
portal_button_style: 'icon-and-text',
|
portal_button_style: 'icon-and-text',
|
||||||
|
|
Loading…
Add table
Reference in a new issue