2022-10-07 09:16:41 +00:00
|
|
|
.share-audio-dialog-container {
|
|
|
|
max-height: none;
|
|
|
|
}
|
|
|
|
|
2021-07-07 08:07:30 +00:00
|
|
|
.share-audio-dialog {
|
|
|
|
.share-audio-animation {
|
|
|
|
width: 100%;
|
|
|
|
height: 90%;
|
|
|
|
object-fit: contain;
|
2022-08-03 08:41:26 +00:00
|
|
|
margin-bottom: 10px;
|
2021-07-07 08:07:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.separator-line {
|
|
|
|
margin: 24px 0 24px -20px;
|
|
|
|
padding: 0 20px;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
background: #5E6D7A;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|