diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-22 14:05:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-22 14:05:15 +0200 |
| commit | ef78bc6a084f92b4794e987b5832240d85b6479e (patch) | |
| tree | b314b630800db6aa60f28ef0b115625e6ca176db /animism-align/frontend/common/modal.css | |
| parent | 85d4cb9addf9ca887d3440b2786665d67d9917c4 (diff) | |
refactor app using babel module-resolver
Diffstat (limited to 'animism-align/frontend/common/modal.css')
| -rw-r--r-- | animism-align/frontend/common/modal.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/animism-align/frontend/common/modal.css b/animism-align/frontend/common/modal.css deleted file mode 100644 index 5e95a09..0000000 --- a/animism-align/frontend/common/modal.css +++ /dev/null @@ -1,20 +0,0 @@ -.modal { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 100; - background: rgba(0,0,0,0.2); - display: none; -} -.modal.visible { - display: flex; - justify-content: center; - align-items: center; -} -.modal > div { - background: #fff; - padding: 1rem; - box-shadow: 0 2px 4px rgba(0,0,0,0.5); -} |
