@mixin input-number-size($width,$height,$font-size) {
  width: $width;
  height: $height;
  font-size: $font-size;
}
