Move in progress apps temporarily

This commit is contained in:
Darren Clarke 2023-03-07 14:09:49 +00:00
parent ba04aa108c
commit 6eaaf8e9be
360 changed files with 6171 additions and 55 deletions

View file

@ -1,43 +0,0 @@
.voiceWaveWrapper {
width: 100%;
max-height: 50px;
display: flex;
justify-content: center;
}
.hidden {
display: none;
}
.visible {
display: block;
}
.buttonWrapper {
display: flex;
align-items: center;
justify-content: center;
}
.playerWrapper {
display: flex;
justify-content: center;
margin-top: 20px;
}
.recordTime {
align-self: center;
width: 66px;
height: 18px;
margin-top: 10px;
font-family: "sans";
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
color: #000;
}
.content {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}