Skip to content

Commit

Permalink
test: adds a test for the form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
irinelenache committed May 17, 2021
1 parent 516408b commit d48fc90
Showing 1 changed file with 92 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"neve_migrated_hfg_colors": true,
"nav_menu_locations": [],
"ti_prev_theme": "twentytwentyone",
"custom_css_post_id": -1,
"neve_form_fields_padding": {
"top": "14",
"right": "14",
"bottom": "14",
"left": "14",
"unit": "px"
},
"neve_form_fields_spacing": 14,
"neve_form_fields_background_color": "var(--nv-light-bg)",
"neve_form_fields_border_width": {
"top": "3",
"right": "3",
"left": "3",
"bottom": "3",
"unit": "px"
},
"neve_form_fields_border_radius": {
"top": "4",
"right": "4",
"left": "4",
"bottom": "4",
"unit": "px"
},
"neve_form_fields_border_color": "var(--nv-dark-bg)",
"neve_input_text_color": "var(--nv-primary-accent)",
"neve_input_typeface": {
"textTransform": "lowercase",
"flag": true,
"lineHeight": {
"suffix": {
"mobile": "em",
"tablet": "em",
"desktop": "px"
},
"mobile": "",
"tablet": "",
"desktop": "24"
},
"fontWeight": "600",
"fontSize": {
"suffix": {
"mobile": "px",
"tablet": "px",
"desktop": "px"
},
"mobile": "",
"tablet": "",
"desktop": "15"
},
"letterSpacing": {
"mobile": "",
"tablet": "",
"desktop": "1.5"
}
},
"neve_label_spacing": 20,
"neve_label_typeface": {
"textTransform": "capitalize",
"flag": true,
"lineHeight": {
"suffix": {
"mobile": "em",
"tablet": "em",
"desktop": "px"
},
"mobile": "",
"tablet": "",
"desktop": "24"
},
"fontWeight": "100",
"fontSize": {
"suffix": {
"mobile": "px",
"tablet": "px",
"desktop": "px"
},
"mobile": "",
"tablet": "",
"desktop": "15"
},
"letterSpacing": {
"mobile": "",
"tablet": "",
"desktop": "1.5"
}
}
}

0 comments on commit d48fc90

Please sign in to comment.