Move metamigo assets to metamigo-add

This commit is contained in:
Darren Clarke 2023-08-25 11:04:38 +02:00
parent aab5b7f5d5
commit 28f7f0f47b
71 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,43 @@
.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;
}