|
@@ -1,35 +1,3 @@
|
|
|
-/*
|
|
|
-.modal-overlay {
|
|
|
- position: absolute;
|
|
|
- z-index: 9;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- background-color: rgba(0, 0, 0, 0.7);
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-.modal {
|
|
|
- background-color: #ffffff;
|
|
|
- border: 1px solid #bebebe;
|
|
|
- border-radius: 2px;
|
|
|
- padding: 12px 16px;
|
|
|
- position: relative;
|
|
|
- height: 200px;
|
|
|
- width: 350px;
|
|
|
-}
|
|
|
-
|
|
|
-.modal-close {
|
|
|
- position: absolute;
|
|
|
- right: 8px;
|
|
|
- top: 4px;
|
|
|
- font-size: 24px;
|
|
|
- cursor: pointer;
|
|
|
-}*/
|
|
|
-
|
|
|
import { styled } from "@mui/material";
|
|
|
|
|
|
const ModalOverlay = styled('div')({
|