diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:20:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:20:47 +0200 |
commit | 1a0e378ab04fb0b0a88dc3d2d91487117904ff1e (patch) | |
tree | a276f669f0ce42407729f5904d9ad09705892ac1 /client-web/style/menu.sass | |
parent | 2c5e565a613e5d235113b39647a54a6b90388136 (diff) | |
download | keks-meet-1a0e378ab04fb0b0a88dc3d2d91487117904ff1e.tar keks-meet-1a0e378ab04fb0b0a88dc3d2d91487117904ff1e.tar.bz2 keks-meet-1a0e378ab04fb0b0a88dc3d2d91487117904ff1e.tar.zst |
sass
Diffstat (limited to 'client-web/style/menu.sass')
-rw-r--r-- | client-web/style/menu.sass | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass new file mode 100644 index 0000000..ec1c35c --- /dev/null +++ b/client-web/style/menu.sass @@ -0,0 +1,29 @@ +/* + 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) 2023 metamuffin <metamuffin@disroot.org> + + +.bottom-menu + background-color: var(--bg) + padding: 0.5em + position: fixed + bottom: 0.5em + border: 0px solid transparent + border-radius: 5px + left: 50% + transform: translateX(-50%) + 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 |