@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 {
    flex: 1;
    width: 100%;
    height: .8rem;
    margin: 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;

    -webkit-box-flex: 1;
  }
}
