aboutsummaryrefslogtreecommitdiff
path: root/client-web/public/assets/style/prefs.css
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/public/assets/style/prefs.css')
-rw-r--r--client-web/public/assets/style/prefs.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/client-web/public/assets/style/prefs.css b/client-web/public/assets/style/prefs.css
deleted file mode 100644
index f31c4ca..0000000
--- a/client-web/public/assets/style/prefs.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet)
- which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2022 metamuffin <metamuffin@disroot.org>
-*/
-.prefs-overlay {
- position: fixed;
- z-index: 80;
-
- left: 50%;
- bottom: 5em;
- transform: translateX(-50%);
-
- width: min(50em, 80vw);
- height: min(40em, 60vh);
-
- background-color: var(--bg);
- border-radius: 1em;
- padding: 2em;
- overflow-y: auto;
-}