@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: rgb(255, 120, 0);
    background: none;
    border: 1px solid rgb(255, 120, 0);
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .28rem;
    border-radius: 2px;
    padding: 0 .2rem;
  }
}