@import '../style/var.less';

.van-button {
  border-radius: @radius;
  &.van-button--small {
    height: 30px;
    font-size: @g2-font-size;
  }
  &.van-button--normal {
    height: 38px;
    font-size: @g1-font-size;
  }
  &.van-button--large {
    height: 48px;
    border-radius: 0;
  }
  &.van-button--link {
    border: none;
    color: @primary-1;
    background-color: #fff;
    &:active::before {
      opacity: 0;
    }
  }
  &--secondary {
    color: @weight-1;
    background: @system;
    border: 1px solid #cdd9e6;
  }
}
