-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.less
96 lines (82 loc) · 1.69 KB
/
index.less
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
:root {
--keyColor: #586e75;
--sidebarColor: #073642;
--sidebarColorDark: #002b36;
--sidebarColorMix: #073642;
}
div#app {
--color1: var(--sidebarColor);
--color2: var(--sidebarColor);
--bgColor: transparent;
--bgWidth: 0px;
--bgHeight: 0px;
--chromeHeight: 55px;
--keyColor: #586e75;
width: 100%;
height: 100%;
background: var(--sidebarColor);
color: #93a1a1;
user-select: none;
margin: 0 auto;
position: relative;
overflow: hidden;
background-size: 400% 400%;
&.simplebg {
background: var(--sidebarColor);
}
button:hover {
.svg-icon {
--color: var(--keyColor);
}
}
.cd-mediaitem-list-item .listitem-content:hover {
background: rgba(147, 161, 161, 1);
}
.cd-mediaitem-list-item.mediaitem-selected {
background: rgba(147, 161, 161, 1);
}
.app-sidebar-footer {
border: 0px;
}
.app-chrome {
box-shadow: none;
background-color: var(--sidebarColorDark);
.app-chrome-item > .app-mainmenu {
background: url(./Assets/logo.svg);
}
.app-chrome-item {
&.volume {
input[type='range'] {
background: rgba(147, 161, 161, 1);
&::-webkit-slider-thumb {
background: var(--keyColor);
}
}
}
}
}
.usermenu-item:hover {
background: var(--keyColor);
}
.md-btn.md-btn-primary {
background: var(--keyColor);
color: #93a1a1;
border: 1px solid rgba(147, 161, 161, 1);
border-top: 1px solid rgba(101, 123, 131, 1);
}
}
#app-sidebar {
background: var(--sidebarColorDark);
}
#app.twopanel {
.app-chrome:not(.chrome-bottom)
.app-chrome--center
.top-nav-group
.app-sidebar-item:before {
background: var(--keyColor);
}
.app-chrome.chrome-bottom {
background: var(--sidebarColorDark);
box-shadow: none !important;
}
}