0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Updated primary button height

This commit is contained in:
Peter Zimon 2020-09-30 14:36:14 +02:00
parent 3e26b63ec9
commit 686ad537c7
5 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ const DEV_MODE_DATA = {
showPopup: true,
site: Fixtures.site,
member: Fixtures.member.paid,
page: 'accountProfile'
page: 'signup'
};
export default class App extends React.Component {
constructor(props) {

View file

@ -7,7 +7,7 @@ export const ActionButtonStyles = `
.gh-portal-btn-main {
box-shadow: none;
position: relative;
height: 44px;
height: 42px;
border: none;
}

View file

@ -43,7 +43,7 @@ export const InputFieldStyles = `
}
.gh-portal-input:focus {
border-color: var(--grey10);
border-color: #cdcdcd;
}
.gh-portal-input.error {

View file

@ -73,7 +73,7 @@ export default class AccountProfilePage extends React.Component {
disabled={disabled}
brandColor={this.context.brandColor}
label={label}
style={{height: '44px', width: '100%'}}
style={{width: '100%'}}
/>
);
}

View file

@ -15,7 +15,7 @@ export const site = {
is_stripe_configured: true,
portal_button: true,
portal_name: true,
portal_plans: ['free','monthly', 'yearly'],
portal_plans: ['free','monthly'],
portal_button_icon: 'icon-1',
portal_button_signup_text: 'Subscribe now',
portal_button_style: 'icon-and-text',