@import '../common/abstracts/variable';
@import '../common/abstracts/mixin';

@include b(backtop) {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: $-color-gray-8;
  background-color: $-backtop-bg;

  @include edeep(backicon) {
    font-size: $-backtop-icon-size;
  }

  @include when(circle) {
    border-radius: 50%;
  }

  @include when(square) {
    border-radius: 4px;
  }
}
