Refined input field animation styles

This commit is contained in:
Peter Zimon 2020-10-14 14:55:02 +02:00
parent 548403dc03
commit 5c425fec9c
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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'
};