-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathAudioPlayer.css
78 lines (64 loc) · 1.19 KB
/
AudioPlayer.css
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
.audioplayer {
width: 100%;
height: 40px;
display: flex;
align-items: center;
justify-content: space-between;
}
.audioplayer .MuiSvgIcon-root {
color: #53ccfc;
cursor: pointer;
width: 24px;
height: 24px;
transform: scale(2);
}
.audioplayer button {
border: none;
background: none;
}
.audio__error .MuiSvgIcon-root {
color: #ff4c30;
transform: none;
width: 40px;
height: 40px;
margin-right: 15px;
}
.audio__error .MuiSlider-root {
color: #ff4c30;
}
.audioplayer .btn__audio--sender {
color: white
}
.audioplayer .MuiSlider-thumb {
width: 15px;
height: 15px;
}
.audioplayer .pause {
transform: scale(1.7);
}
.audioplayer > div {
width: calc(100% - 48px);
height: 15px;
display: flex;
align-items: center;
position: relative;
}
.audioplayer__time {
margin-right: 10px;
margin-left: 2px;
min-width: 35px;
display: inline-block;
font-size: 14px !important;
position: static !important
}
.audioplayer .MuiCircularProgress-root {
margin-right: 15px;
color: #a9a9a9;
}
.chat__reciever .chat__timestamp {
color: white
}
.chat__reciever .audioplayer__time {
color: white
}
/*#33d9ff*/