Skip to content

Commit

Permalink
fix(inputs): l size side paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Mar 26, 2020
1 parent 9d7c2f2 commit b9688a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/input/src/Component.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
height: 68px;
}

.l .input {
padding-left: 16px;
padding-right: 16px;
}

.hasLabel.s .input {
padding: var(--input-labeled-s-paddings);
}
Expand Down
2 changes: 2 additions & 0 deletions src/pure-input/src/Component.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@

.l {
height: 68px;
padding-left: 16px;
padding-right: 16px;
}

/* DISABLED STATE */
Expand Down

0 comments on commit b9688a2

Please sign in to comment.