Start on voice recording

This commit is contained in:
N-Pex 2021-02-22 16:34:19 +01:00
parent 3aef5b6b3e
commit fd86e753fe
7 changed files with 335 additions and 2 deletions

View file

@ -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;
}
}