Files
talk/client/coral-ui/components/Dialog.css
T
2017-12-19 19:26:22 +01:00

14 lines
154 B
CSS

.dialog {
}
:global(.backdrop) {
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
background-color: black;
opacity: 0.1;
}