mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
Refined price alignment and sizes
This commit is contained in:
parent
d49b3f40e7
commit
fb772638b0
@ -304,7 +304,7 @@ const FrameStyles = `
|
||||
}
|
||||
|
||||
.gh-portal-container-wide {
|
||||
width: 440px;
|
||||
width: 468px;
|
||||
}
|
||||
|
||||
.gh-portal-container-narrow {
|
||||
|
@ -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 {
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user