mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Plan selection refinements
This commit is contained in:
parent
4173a921ae
commit
9969276d37
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ export const PlanSectionStyles = `
|
|||
border-right: 1px solid #ddd;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.35em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gh-portal-plan-section.checked::before {
|
||||
|
@ -77,6 +78,7 @@ export const PlanSectionStyles = `
|
|||
height: 20px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
|
@ -230,7 +230,7 @@ class SignupPage extends React.Component {
|
|||
renderForm() {
|
||||
return (
|
||||
<div>
|
||||
<div className='gh-portal-section form'>
|
||||
<div className='gh-portal-section'>
|
||||
{this.renderNameField()}
|
||||
{this.renderInputField('email')}
|
||||
{this.renderPlans()}
|
||||
|
|
Loading…
Add table
Reference in a new issue