@import '../../common/style/act/mixin/mixin.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__btn {
    position: relative;
    display: block;
  }

  &.press__btn--long-primary,
  &.press__btn--maxlarge-primary {
    width: 100%;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    flex: 1;
    margin: 0 15px;
    background-image: linear-gradient(90deg, #50abff 0%, #6e61ff 50%, #925fff 100%);
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
  }
}