@import "../../../styles/vars.scss";

.honjo-number {
  display: inline-block;
  position: relative;
}

.honjo-number__input {
  // display: block;
}

.honjo-number__popper {
  padding: 0 12px;
  height: 32px;
  min-width: 12px;
  &>.el-popover__title {
    margin: 0;
    color: $color-danger;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.honjo-number__unit {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 4px;
  height: 14px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  z-index: 4;
  background-color: #fff;
  color: $text-secondary-color;
  padding: 0 2px;
  font-weight: 600;
}

