diff options
Diffstat (limited to 'src/components/Modal.module.scss')
| -rw-r--r-- | src/components/Modal.module.scss | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/components/Modal.module.scss b/src/components/Modal.module.scss deleted file mode 100644 index 59b0630..0000000 --- a/src/components/Modal.module.scss +++ /dev/null @@ -1,21 +0,0 @@ -.overlay { - position: fixed; - top: 0; - right: 0; - left: 0; - bottom: 0; - background: #444; - z-index: 1024; - display: flex; - align-items: center; - justify-content: center; -} - -.content { - outline: none; - color: var(--color-text); - background: var(--bg-modal); - padding: 20px; - border-radius: var(--border-radius); - box-shadow: var(--shadow-card); -} |
