-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplayer_controls.less
More file actions
47 lines (39 loc) · 797 Bytes
/
Copy pathplayer_controls.less
File metadata and controls
47 lines (39 loc) · 797 Bytes
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
/* Player controls
START */
/* div[class^="styled__LayoutFooter"] { */
.player-controls {
background-color: var(--blue-dark);
border-top: 1px solid var(--blue-medium);
}
.popup .popup-window,
.dark-theme .popup .popup-window {
background-color: var(--blue-light);
border: 1px solid var(--blue-medium);
}
.up-next,
.dark-theme .up-next {
h1 {
color: var(--light);
}
.clear-up-next {
color: var(--orange-dark);
&:hover {
color: var(--orange-light);
}
}
}
.up-next-row,
.dark-theme .up-next-row {
.description {
color: var(--light-accent);
}
.title {
color: var(--light);
}
&:hover,
&.sorting {
background-color: var(--blue-medium);
}
}
/* Player controls
END */