@import 'press-ui/common/style/smoba/layout.scss';
@import 'press-ui/common/style/smoba/mixin.scss';


.press-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;

  &__icon {
    font-size: .8rem;
    color: $color-gray-4;
    margin-bottom: .08rem;
  }

  &__text {
    font-size: $font-xm;
    color: $color-gray;
    width: 4.3rem;
    margin-top: .08rem;
    margin-bottom: .4rem;
    text-align: center;

    span {
      color: $color-gray-5;
    }
  }

  &__button {
    @include primary-btn(2.96rem, .72rem, $font-xm);
    @include btn-default-bg;
  }
}