Files
web-base/react/shared/elements/dialog.css
2023-01-15 00:32:17 +01:00

10 lines
201 B
CSS

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