mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 23:26:19 +08:00
14 lines
154 B
CSS
14 lines
154 B
CSS
|
|
.dialog {
|
|
}
|
|
|
|
:global(.backdrop) {
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
background-color: black;
|
|
opacity: 0.1;
|
|
}
|