Newer
Older
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
.sidenav .sc-toolbar ul li.se-option.active {
background-color: #d8d8d8;
}
.sidenav {
background-color: #fafafa;
height: 50%;
left: 2%;
margin-top: 197px;
overflow-x: hidden;
position: fixed;
top: 0;
user-select: none;
width: 8%;
z-index: 100;
.sc-toolbar {
background: transparent;
border: 0;
ul {
margin: 0;
padding: 0;
li.se-option {
padding: 3px;
}
}
.sc-switch-text-type {
bottom: 0;
margin: 0;
padding: 0;
width: 140px;
}
}
}