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