@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%;
    height: .82rem;
    line-height: .82rem;
    flex: 1;
    margin: 0 .2rem;
    background-image: linear-gradient(90deg, #50abff 0%, #6e61ff 50%, #925fff 100%);
    text-align: center;
    font-size: .3rem;
    color: #fff;
    border-radius: .12rem;
  }
}