audio-source-composer
Version:
Audio Source Composer
32 lines (26 loc) • 443 B
CSS
div.asui-modal {
z-index: 3;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
div.asui-modal > div.content {
background-color: #555D;
border-radius: 1vw;
z-index: 4;
padding: 2vw;
}
div.asui-modal > div.overlay {
background-color: rgba(0, 0, 0, 0.80);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
cursor: pointer;
}