Skip to content

Commit

Permalink
add default styling for number inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderadam committed Aug 9, 2019
1 parent 31215aa commit 19ea15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/alchemy/form_fields.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
textarea,
input[type="url"],
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/alchemy/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ form {
@include clearfix;

> input[type="url"],
> input[type="number"],
> input[type="text"],
> input[type="email"],
> input[type="password"],
Expand Down

0 comments on commit 19ea15f

Please sign in to comment.