Skip to content

Commit

Permalink
added margin to form elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Nov 4, 2014
1 parent 9526a16 commit 25e5a7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -3031,6 +3031,7 @@ ul.collapsible {
height: 3em;
width: 100%;
font-size: 1em;
margin: 15px 0px;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
Expand Down
1 change: 1 addition & 0 deletions css/ghpages-materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -3031,6 +3031,7 @@ ul.collapsible {
height: 3em;
width: 100%;
font-size: 1em;
margin: 15px 0px;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
Expand Down
1 change: 1 addition & 0 deletions sass/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $border-color: #bdbdbd;
height: 3em;
width: 100%;
font-size: 1em;
margin: 15px 0px;
padding: 0;
@include box-shadow(none);
@include box-sizing(content-box);
Expand Down

0 comments on commit 25e5a7e

Please sign in to comment.