diff options
Diffstat (limited to 'client-web/public/assets/style/menu.css')
-rw-r--r-- | client-web/public/assets/style/menu.css | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/client-web/public/assets/style/menu.css b/client-web/public/assets/style/menu.css deleted file mode 100644 index 6f67af0..0000000 --- a/client-web/public/assets/style/menu.css +++ /dev/null @@ -1,37 +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> -*/ - -.control-bar { - background-color: var(--bg); - border: 0px solid transparent; - display: flex; - align-items: center; - justify-content: center; - width: 100%; - height: 64px; - z-index: 100; -} - -.menu-br { - position: fixed; - bottom: 0px; - right: 0px; - display: block; - text-align: right; -} -.menu-br .version { - font-size: medium; - font-weight: bold; - color: var(--ac-light); - padding: 0.5em; -} - -.info-br { - position: absolute; - right: 0.5em; - bottom: calc(64px + 0.5em); - text-align: right; -}
\ No newline at end of file |