diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-21 18:43:41 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-21 18:43:41 +0100 |
| commit | 49a4646c13b4b722d06f94f738fc3ad3d55f81e7 (patch) | |
| tree | f888df4f8070088dc8bbf78301d087a2077511ef /animism-align/frontend/app/common | |
| parent | d8170c608a7110361b5cd0fce4540c459f480293 (diff) | |
handheld warning modal at the end of the first chapter
Diffstat (limited to 'animism-align/frontend/app/common')
| -rw-r--r-- | animism-align/frontend/app/common/modal.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/animism-align/frontend/app/common/modal.css b/animism-align/frontend/app/common/modal.css index 98e2d05..eb93354 100644 --- a/animism-align/frontend/app/common/modal.css +++ b/animism-align/frontend/app/common/modal.css @@ -4,7 +4,7 @@ left: 0; width: 100%; height: 100%; - z-index: 100; + z-index: 20; background: rgba(0,0,0,0.8); display: none; } @@ -14,7 +14,5 @@ align-items: center; } .modal > div { - background: #338; - padding: 1rem; - box-shadow: 0 2px 4px rgba(0,0,0,0.8); + background: #fff; } |
