@import './token.less';

.@{ns}-Page {
  width: 100%;
  height: 100%;

  &-content {
    padding: @Page-content-padding;
    position: relative;
    height: 100%;
    width: 100%;
    background: @Page-content-bg;
  }

  &-asideInner {
    width: 100%;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #eceff8;
  }
}
