index.scss 572 Bytes
@import './markdown.scss';
@import './nprogress.scss';
@import './element.scss';

html,
body {
  padding: 0;
  margin: 0;
}
#app {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.side-menu__group {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 20px;
  .subtitle {
    font-weight: normal;
    @include themify($themes) {
      color: themed('text');
    }
    font-size: 14px;
  }
}