refactor: Move call_popup style from less to scss
- Add style for audio
This commit is contained in:
parent
53dbe39d12
commit
c4d67c2afe
@ -2,7 +2,7 @@
|
||||
"css/erpnext.css": [
|
||||
"public/less/erpnext.less",
|
||||
"public/less/hub.less",
|
||||
"public/less/call_popup.less",
|
||||
"public/scss/call_popup.scss",
|
||||
"public/scss/point-of-sale.scss"
|
||||
],
|
||||
"css/marketplace.css": [
|
||||
|
@ -1,9 +0,0 @@
|
||||
.call-popup {
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.for-description {
|
||||
max-height: 250px;
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
21
erpnext/public/scss/call_popup.scss
Normal file
21
erpnext/public/scss/call_popup.scss
Normal file
@ -0,0 +1,21 @@
|
||||
.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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user