web-base/react/shared/elements/dialog.css

10 lines
201 B
CSS
Raw Permalink Normal View History

2023-01-15 00:32:17 +01:00
.modal-dialog {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 400px;
border: 2px solid #000;
padding: 8px;
background-color: white;
}