brotherton-erpnext/erpnext/public/scss/call_popup.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
347 B
SCSS
Raw Normal View History

.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;
}