@import '../variables/default.scss';
@import '../mixins/index.scss';

.at-list-view {
  height: 100%;

  &-header {
    width: 100%;
    font-size: $font-size-base;
    color: $color-text-caption;
    box-sizing: border-box;
  }

  &-footer {
    width: 100%;
    font-size: $font-size-base;
    color: $color-text-caption;
  }

  &-body {
    font-size: $font-size-base;
    background-color: $color-bg;
  }

  .at-pull-to-refresh {
    height: 100%;
  }
}
