0
Fork 0
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:
Peter Zimon 2021-05-06 11:30:54 +02:00 committed by Rishabh Garg
parent 4260ff59a4
commit d49b3f40e7
2 changed files with 4 additions and 2 deletions

View file

@ -65,11 +65,13 @@ export const PlanSectionStyles = `
}
.gh-portal-plan-name {
flex-grow: 1;
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-top: 8px;
text-align: center;
}
.gh-portal-plan-currency {

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',
nickname: 'Test Price B That',
currency: 'gbp',
amount: 12000,
type: 'recurring',
@ -105,7 +105,7 @@ export const site = {
is_stripe_configured: true,
portal_button: true,
portal_name: true,
portal_plans: [''],
portal_plans: ['free', '6086f4c9823dd7240afc8084', '6087c36ed3e64b3266bf715f'],
portal_button_icon: 'icon-1',
portal_button_signup_text: 'Subscribe now',
portal_button_style: 'icon-and-text',