c4d67c2afe
- Add style for audio
22 lines
347 B
SCSS
22 lines
347 B
SCSS
.call-popup {
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.for-description {
|
|
max-height: 250px;
|
|
overflow: scroll;
|
|
}
|
|
}
|
|
|
|
audio {
|
|
height: 40px;
|
|
width: 100%;
|
|
max-width: 500px;
|
|
background-color: var(--control-bg);
|
|
border-radius: var(--border-radius-sm);
|
|
&-webkit-media-controls-panel {
|
|
background: var(--control-bg);
|
|
}
|
|
outline: none;
|
|
}
|