|
@@ -197,11 +197,14 @@
|
|
|
input {
|
|
input {
|
|
|
width: 4.2rem;
|
|
width: 4.2rem;
|
|
|
height: $input-height;
|
|
height: $input-height;
|
|
|
|
|
+ line-height: $input-height;
|
|
|
font-size: .23rem;
|
|
font-size: .23rem;
|
|
|
border: 1px solid $base-color;
|
|
border: 1px solid $base-color;
|
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
|
border-bottom-left-radius: .14rem;
|
|
border-bottom-left-radius: .14rem;
|
|
|
border-top-left-radius: .14rem;
|
|
border-top-left-radius: .14rem;
|
|
|
|
|
+ padding: 0px;
|
|
|
|
|
+ padding-left: 0.15rem;
|
|
|
}
|
|
}
|
|
|
i {
|
|
i {
|
|
|
width: .85rem;
|
|
width: .85rem;
|