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

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

  .press__btn--large-secondary {
    flex: 1 1 0%;
    width: 100%;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #5d5be5;
    border-radius: 6px;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #50abff 0, #6e61ff 50%, #925fff 100%);
  }
}