@use "../../libs/css/mixin" as *;
@use "../../libs/css/theme" as *;

@include b(back-top) {
  @include flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 100%;
  justify-content: center;
  background-color: $hy-background--3;

  @include e(tips) {
    font-size: 12px;
    transform: scale(0.8);
  }
}