@use "../../libs/css/theme" as *;
@use "../../libs/css/mixin" as *;


@include b(empty) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  @include m(description) {
    width: 70%;
    text-align: center;
    margin-top: $hy-border-margin-padding-base;
    color: $hy-text-color--grey;
  }

  @include m(button) {
    margin-top: 100rpx;
  }
}
