mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Refined input field animation styles
This commit is contained in:
parent
548403dc03
commit
5c425fec9c
@ -21,7 +21,7 @@ export const InputFieldStyles = `
|
||||
margin-bottom: 18px;
|
||||
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);
|
||||
transition: all 0.25s ease-in-out;
|
||||
transition: border-color 0.25s ease-in-out;
|
||||
}
|
||||
|
||||
.gh-portal-input-labelcontainer {
|
||||
|
@ -17,7 +17,7 @@ export const site = {
|
||||
portal_name: true,
|
||||
portal_plans: ['yearly'],
|
||||
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',
|
||||
members_support_address: 'support@example.com'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user