2020-03-30 14:17:18 +00:00
|
|
|
.audio-preview {
|
2021-02-23 11:09:22 +00:00
|
|
|
display: inline-block;
|
|
|
|
|
2020-03-30 14:17:18 +00:00
|
|
|
&-content {
|
2023-02-13 14:01:08 +00:00
|
|
|
position: relative;
|
|
|
|
right: auto;
|
2023-02-14 10:15:37 +00:00
|
|
|
margin-bottom: 4px;
|
2020-03-30 14:17:18 +00:00
|
|
|
max-height: 456px;
|
|
|
|
overflow: auto;
|
2021-02-23 11:09:22 +00:00
|
|
|
width: 300px;
|
2023-02-13 14:01:08 +00:00
|
|
|
|
2021-06-10 12:48:44 +00:00
|
|
|
&-ul {
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2020-03-30 14:17:18 +00:00
|
|
|
}
|
|
|
|
|
2023-02-13 14:01:08 +00:00
|
|
|
&-header:hover {
|
|
|
|
background-color: initial;
|
|
|
|
cursor: initial;
|
2020-03-30 14:17:18 +00:00
|
|
|
}
|
|
|
|
|
2023-02-13 14:01:08 +00:00
|
|
|
&-entry-text {
|
|
|
|
max-width: 213px;
|
2020-03-30 14:17:18 +00:00
|
|
|
|
2023-02-13 14:01:08 +00:00
|
|
|
&.left-margin {
|
|
|
|
margin-left: 36px;
|
2020-03-30 14:17:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-speaker {
|
|
|
|
position: relative;
|
|
|
|
|
2021-06-10 12:48:44 +00:00
|
|
|
&:hover, &:focus-within, &:focus {
|
2020-03-30 14:17:18 +00:00
|
|
|
.audio-preview-test-button {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2020-04-07 07:14:23 +00:00
|
|
|
|
|
|
|
.audio-preview-entry-text {
|
2021-06-10 12:48:44 +00:00
|
|
|
max-width: 178px;
|
2023-02-13 14:01:08 +00:00
|
|
|
margin-right: 0;
|
2020-04-07 07:14:23 +00:00
|
|
|
}
|
2020-03-30 14:17:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.audio-preview-entry-text {
|
2021-06-10 12:48:44 +00:00
|
|
|
max-width: 238px;
|
2020-03-30 14:17:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-microphone {
|
|
|
|
position: relative;
|
|
|
|
|
2022-01-11 16:08:36 +00:00
|
|
|
&--nometer {
|
|
|
|
.audio-preview-entry-text {
|
|
|
|
max-width: 238px;
|
|
|
|
}
|
2020-06-05 17:33:10 +00:00
|
|
|
}
|
2022-01-11 16:08:36 +00:00
|
|
|
|
|
|
|
&--withmeter {
|
|
|
|
.audio-preview-entry-text {
|
|
|
|
max-width: 178px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-05 17:33:10 +00:00
|
|
|
}
|
2020-03-30 14:17:18 +00:00
|
|
|
|
|
|
|
&-icon {
|
|
|
|
border-radius: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
width: 14px;
|
|
|
|
|
|
|
|
&--exclamation {
|
|
|
|
margin-left: 6px;
|
2023-02-13 14:01:08 +00:00
|
|
|
|
2020-03-30 14:17:18 +00:00
|
|
|
& svg {
|
|
|
|
fill: #E54B4B;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-test-button {
|
|
|
|
display: none;
|
2023-02-13 14:01:08 +00:00
|
|
|
padding: 4px 10px;
|
2020-03-30 14:17:18 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 16px;
|
2023-02-13 14:01:08 +00:00
|
|
|
top: 6px;
|
2020-03-30 14:17:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-meter-mic {
|
|
|
|
position: absolute;
|
|
|
|
right: 16px;
|
2021-02-23 11:09:22 +00:00
|
|
|
top: 14px;
|
2020-03-30 14:17:18 +00:00
|
|
|
}
|
2021-06-10 12:48:44 +00:00
|
|
|
|
2023-02-13 14:01:08 +00:00
|
|
|
&-checkbox-container {
|
|
|
|
padding: 10px 16px;
|
2021-06-10 12:48:44 +00:00
|
|
|
}
|
2020-03-30 14:17:18 +00:00
|
|
|
}
|