Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_styles.scss « slate « scss « assets - github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67290678714d1f27ba3362ef07f2690a9a0c6585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.content {
    // prevent clearing of highlight divs
    &>div.highlight {
      clear:none;
    }
  }
  
  .toc-wrapper .toc-h3 {
    padding-left: 50px;
    font-size: 12px;
  }
  
  .da-toc-list-h2 {
    background-color: $nav-subitem-bg;
    font-weight: 500;
  }