fixed input paddings

This commit is contained in:
FezVrasta 2014-09-07 20:00:49 +02:00
parent bce103ae6f
commit 7fe505818e
2 changed files with 4 additions and 0 deletions

View File

@ -1177,6 +1177,8 @@ h6,
.form-control,
.form-control-wrapper .form-control:focus,
.form-control:focus {
height: 28px;
padding: 0;
float: none;
border: 0;
box-shadow: none;

View File

@ -2,6 +2,8 @@
.form-control-wrapper .form-control, .form-control {
&, &:focus {
height: 28px;
padding: 0;
float: none;
border: 0;
box-shadow: none;