@import './loading.scss';
@import './navbar.scss';
@import "../../styles/themes/variable.scss";

#{$xh-prefix}-page {
  width: 100%;
  background: #fff;
  // min-height: 100vh;
  overflow-x: hidden;
  box-sizing: border-box;
  &.flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
  }
  &-content {
    width: 100%;
    flex: 1;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
  #{$xh-prefix}-loading {
    z-index: 1000;
  }
  .loadingMask {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    &.transparent {
      background-color: transparent;
    }
  }
}
