diff options
| author | lens <lens@neural.garden> | 2020-12-26 20:59:17 +0000 |
|---|---|---|
| committer | lens <lens@neural.garden> | 2020-12-26 20:59:17 +0000 |
| commit | 7c15f34186622410e25ee85c01d832e48e012140 (patch) | |
| tree | e0a8dbd5e7b6a3936e7b9a666c2622ecc7ff1a65 /frontend/common/modal.css | |
| parent | 94234db6a771f687788d3decc6dd1ba01731f7af (diff) | |
| parent | 85bfb949fea4e69dabc5b7544ce70d26d3d11393 (diff) | |
Merge branch 'master' of asdf.us:swimmer
Diffstat (limited to 'frontend/common/modal.css')
| -rw-r--r-- | frontend/common/modal.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/frontend/common/modal.css b/frontend/common/modal.css deleted file mode 100644 index 5e95a09..0000000 --- a/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); -} |
