@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%;
    height: .8rem;
    padding: 0 .2rem;
    color: #fff;
    font-size: .28rem;
    line-height: .8rem;
    text-align: center;
    background: linear-gradient(180deg, #88cefc, #6ea5f9);
    background-size: 100% auto;
    border-radius: .8rem;
  }
}
