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: 13c949b290dc982a522acfff4dd2dd6816579f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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;
}