|
@@ -50,10 +50,14 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
input,
|
|
|
- &__text--readonly {
|
|
|
|
|
|
|
+ &__text--readonly,
|
|
|
|
|
+ &__text--input {
|
|
|
width: $inputnumber-input-width;
|
|
width: $inputnumber-input-width;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ align-items: center;
|
|
|
outline: none;
|
|
outline: none;
|
|
|
border: $inputnumber-input-border;
|
|
border: $inputnumber-input-border;
|
|
|
font-size: $inputnumber-input-font-size;
|
|
font-size: $inputnumber-input-font-size;
|