summaryrefslogtreecommitdiff
path: root/frontend/common/modal.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-26 14:56:02 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-26 14:56:02 +0200
commita17b76ac75f506f5da6fe8adf9c36632b60d4226 (patch)
treeabb0af0c4409b830dea2ef808c146223ee973933 /frontend/common/modal.css
parent2231a6e1c05b07bb7ec5906716aedec93d02429c (diff)
refactor to use app-rooted js imports
Diffstat (limited to 'frontend/common/modal.css')
-rw-r--r--frontend/common/modal.css20
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);
-}