• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.layout--home {
2  .pagination {
3    margin: map-get($spacers, 4) 0;
4  }
5  .pagination__menu {
6    max-width: 100%;
7    @include overflow(auto);
8  }
9  .pagination__omit {
10    color: $text-color-l;
11  }
12  .items {
13    margin-top: map-get($spacers, 4) * 1.5;
14  }
15}