.vl-input-addon {
  height: 3.5rem;
  line-height: 3.5rem;
  min-width: 3.5rem;
  border: 1px solid $vl-border-color;
  text-decoration: none;
  text-align: center;
  padding: 0 1rem;
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  color: $vl-text-color;
  z-index: 1;
  margin: 0;
  background: $vl-white;

  &[type="button"],
  &[href] {
    .vl-vi {
      color: $vl-action-color;
    }

    &:hover,
    &:focus {
      .vl-vi {
        color: $vl-action-hover-color;
      }
    }
  }

  .vl-vi {
    color: inherit;
    vertical-align: middle;
    line-height: 1;

    &::before,
    &::after {
      font-size: 16px;
    }
  }
}
