Skip to content

Commit

Permalink
Padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Thompson committed Jan 27, 2016
1 parent 7c2d2b9 commit df6e398
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/less/input.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
border-bottom: none;

&:first-of-type {
width: 60px;
width: 0;
padding-right: 15px;
}

&:last-of-type {
padding-left: 15px;
}
}
}
Expand Down

0 comments on commit df6e398

Please sign in to comment.