Fix visual bug with taller input
This commit is contained in:
parent
fc93ab58ea
commit
db254e87ec
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
|||
// box-shadow: 0 2px rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
.Input {
|
||||
padding: $unit * 1.5 $unit-2x;
|
||||
}
|
||||
|
||||
.Counter {
|
||||
color: $grey-55;
|
||||
font-weight: $bold;
|
||||
|
|
|
|||
Loading…
Reference in a new issue