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:
parent
3e26b63ec9
commit
686ad537c7
5 changed files with 5 additions and 5 deletions
ghost/portal/src
|
@ -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) {
|
||||
|
|
|
@ -7,7 +7,7 @@ export const ActionButtonStyles = `
|
|||
.gh-portal-btn-main {
|
||||
box-shadow: none;
|
||||
position: relative;
|
||||
height: 44px;
|
||||
height: 42px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ export const InputFieldStyles = `
|
|||
}
|
||||
|
||||
.gh-portal-input:focus {
|
||||
border-color: var(--grey10);
|
||||
border-color: #cdcdcd;
|
||||
}
|
||||
|
||||
.gh-portal-input.error {
|
||||
|
|
|
@ -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%'}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue