mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Refined input field animation styles
This commit is contained in:
parent
548403dc03
commit
5c425fec9c
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ export const InputFieldStyles = `
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.05);
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.05);
|
||||||
transition: all 0.25s ease-in-out;
|
transition: border-color 0.25s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-portal-input-labelcontainer {
|
.gh-portal-input-labelcontainer {
|
||||||
|
|
|
@ -17,7 +17,7 @@ export const site = {
|
||||||
portal_name: true,
|
portal_name: true,
|
||||||
portal_plans: ['yearly'],
|
portal_plans: ['yearly'],
|
||||||
portal_button_icon: 'icon-1',
|
portal_button_icon: 'icon-1',
|
||||||
portal_button_signup_text: 'Subscribe now this is a really long text that should not be the default but even though its still possible',
|
portal_button_signup_text: 'Subscribe now',
|
||||||
portal_button_style: 'icon-and-text',
|
portal_button_style: 'icon-and-text',
|
||||||
members_support_address: 'support@example.com'
|
members_support_address: 'support@example.com'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue