mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed background color of inputs
This commit is contained in:
parent
ba7c66cb29
commit
e9a27cdafc
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ export const InputFieldStyles = `
|
|||
box-sizing: border-box;
|
||||
font-size: 1.5rem;
|
||||
color: inherit;
|
||||
background: var(--white);
|
||||
background: transparent;
|
||||
outline: none;
|
||||
border: 1px solid var(--grey12);
|
||||
border-radius: 3px;
|
||||
|
|
|
@ -15,7 +15,7 @@ export const site = {
|
|||
is_stripe_configured: true,
|
||||
portal_button: true,
|
||||
portal_name: true,
|
||||
portal_plans: ['monthly'],
|
||||
portal_plans: ['monthly', 'yearly'],
|
||||
portal_button_icon: 'icon-1',
|
||||
portal_button_signup_text: 'Subscribe now',
|
||||
portal_button_style: 'icon-and-text',
|
||||
|
|
Loading…
Add table
Reference in a new issue