-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoice.css
More file actions
28 lines (27 loc) · 712 Bytes
/
voice.css
File metadata and controls
28 lines (27 loc) · 712 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
:root {
--speak: var(--green-360);
}
.voiceUser__0470a .avatarSpeaking_c95053:after {
content: '';
position: absolute;
height: 1.7em;
background: linear-gradient(to right, var(--speak) 10%, transparent);
opacity: 0.5;
transition: all 0.1s ease-in-out, width 0.15s ease-in-out;
pointer-events: none;
z-index: -1;
border-radius: 999px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.voiceUser__0470a .avatarSpeaking_c95053 {
box-shadow: 0 0 0 2px var(--speak), inset 0 0 3px rgba(0, 0, 0, 0.5);
}
.voiceUser__0470a .avatarSpeaking_c95053:after {
top: -2px;
bottom: -2px;
width: 150px;
}
.border_d9a17b.speaking__9b95a {
box-shadow: inset 0 0 0 2px var(--speak);
}