Start on voice recording
This commit is contained in:
parent
3aef5b6b3e
commit
fd86e753fe
7 changed files with 335 additions and 2 deletions
|
|
@ -597,4 +597,19 @@ $admin-fg: white;
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.voice-recorder {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-color: black;
|
||||
&.will-cancel {
|
||||
background-color: grey;
|
||||
}
|
||||
.recording-time {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue