blob: a7f053501fe7b92fdb0e2dfcadb3ca415c503c83 (
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
|
html, body {
width: 100%;
height: 100% !important;
}
#sidebar .list-group-item {
background-color: transparent;
}
.toast {
margin: 10px;
}
.nav {
position: relative;
}
.nav-item {
padding-left: 20px;
position: relative;
}
.nav-link {
padding: 0;
}
.active > .nav-link {
font-weight: bold;
background: slategrey;
border-radius: 10rem;
}
.text-wol {
color: #99791a !important;
}
.badge-wol {
color: white !important;
background-color: #99791a !important;
}
.og-pill {
width: 11em;
}
|