summaryrefslogtreecommitdiff
path: root/src/components/ModalCloseAllConnections.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ModalCloseAllConnections.module.css')
-rw-r--r--src/components/ModalCloseAllConnections.module.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/components/ModalCloseAllConnections.module.css b/src/components/ModalCloseAllConnections.module.css
deleted file mode 100644
index 9bb7c6a..0000000
--- a/src/components/ModalCloseAllConnections.module.css
+++ /dev/null
@@ -1,23 +0,0 @@
-.overlay {
- background-color: rgba(0, 0, 0, 0.6);
-}
-.cnt {
- background-color: var(--bg-modal);
- color: var(--color-text);
- max-width: 300px;
- line-height: 1.4;
- transform: translate(-50%, -50%) scale(1.2);
- opacity: 0.6;
- transition: all 0.3s ease;
-}
-.afterOpen {
- opacity: 1;
- transform: translate(-50%, -50%) scale(1);
-}
-
-.btngrp {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 30px;
-}