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

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

  .press__btn--large-secondary {
    flex: 1 1 0%;
    color: #7b69f6;
    background: none;
    border: 1px solid #7b69f6;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .28rem;
    border-radius: 2px;
    padding: 0 .2rem;
  }
}