File: sphinx_immaterial.css

package info (click to toggle)
sphinx-design 0.6.1-2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 10,680 kB
  • sloc: python: 2,086; xml: 900; javascript: 56; sh: 8; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body {
    --sd-fontsize-dropdown: .64rem;
    --sd-fontsize-dropdown-title: .64rem;
    --sd-fontweight-dropdown-title: 700;
}

details.sd-dropdown {
    padding-left: 0;
    padding-right: 0;
}

summary.sd-summary-title::after {
    display: none;
    right: 0 !important;
}

summary.sd-summary-title::before {
    display: none;
    left: 0 !important;
}

summary.sd-summary-title {
    width: 100% !important;
    margin-left: 0;
    padding: .5em 1em !important;
}

summary.sd-summary-title svg.sd-octicon {
    max-width: none !important;
}