@charset "UTF-8";
@import "~@jereation/sass-helpers/_mixins";


.gotop {
  @include display-flex;
  @include align-items(center);
  @include justify-content(center);
  position: absolute;
  right: 30px;
  bottom: 60px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  &.hidden {
    display: none;
  }
  i {
    font-size: 28px;
  }
}
