@import "common/var";

@include b(micro-app) {
  height: 100%;
  min-height: 100%;
  @include e(content) {
    min-height: 100%;
    height: 100%;
    > div {
      height: 100%;
    }
  }
  @include e(loading) {
    text-align: center;
    padding: 1rem;
  }
}
