mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
fixed input paddings
This commit is contained in:
parent
bce103ae6f
commit
7fe505818e
|
@ -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;
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
.form-control-wrapper .form-control, .form-control {
|
||||
&, &:focus {
|
||||
height: 28px;
|
||||
padding: 0;
|
||||
float: none;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user