blob: 6871cf8bbf3091a56e44f3f3fc6a61ef3994b265 (
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
|
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;
}
.text-wol {
color: #99791a !important;
}
.badge-wol {
color: white !important;
background-color: #99791a !important;
}
|