summaryrefslogtreecommitdiff
path: root/docs/_static/css/lists.css
blob: 140663c968ce483c2c3b503f6eebc7e633febfcf (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.simple > li,
.compound > ul > li,
.simple > li > ul > li,
#installation-and-image-management > div > ul > li.toctree-l1 > ul > li.toctree-l2,
#running-vyos-in-virtual-environments > div > ul > li.toctree-l1 > ul > li.toctree-l2,
#running-vyos-in-virtual-environments > div > ul > li.toctree-l1 > ul > li.toctree-l2 > ul > li.toctree-l3,
#running-vyos-in-cloud-environments > div > ul > li.toctree-l1 > ul > li.toctree-l2,
#running-vyos-in-cloud-environments > div > ul > li.toctree-l1 > ul > li.toctree-l2 > ul > li.toctree-l3,
#configuration-blueprints > div > ul > li.toctree-l1 > ul > li.toctree-l2,
#configuration-blueprints > div > ul > li.toctree-l1 > ul > li.toctree-l2 > ul > li.toctree-l3,
#contributing > div > ul > li.toctree-l1 > ul > li.toctree-l2,
#contributing > div > ul > li.toctree-l1 > ul > li.toctree-l2 > ul > li.toctree-l3 {
  list-style: none !important;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -15px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
  }
}

.simple > li a,
.compound > ul > li a,
.simple > li > ul > li a {
  color: #FD8F01;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  height: 26px;
}

.simple > li > ul > li p {
  color: #525659;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  height: 26px;
}

#site-to-site ul,
#troubleshooting ol,
#troubleshooting ul {
  margin-bottom: 0 !important;
}

.rst-content:has(#troubleshooting) .rst-footer-buttons {
  margin-top: 20px !important;
}