@import '../../style/index.less';

.@{class-prefix}-btn {
  min-width: 70px;
  height: 30px;
  line-height: 28px;
  outline: none;
  cursor: pointer;
  color: @color-white;
  border: @border-base;
  font-size: @font-size-base;
  background: @color-primary;
  border-radius: @border-radius-base;
  &:hover {
    background: @color-primary-light2;
  }
  .@{class-prefix}-icon {
    margin-right: 5px;
  }
}