aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/menu.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-22 13:02:32 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-22 13:03:31 +0100
commit2f5d47d21dfc308c1b930cf45e13b34445d3a8e5 (patch)
tree1efa38bb95a2bc55132c0f8751727647906bb5dd /client-web/style/menu.css
parentaee091c28ad99862f8d94665a1efc65288a17d52 (diff)
downloadkeks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar
keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar.bz2
keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar.zst
Convert sass to css
Diffstat (limited to 'client-web/style/menu.css')
-rw-r--r--client-web/style/menu.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/client-web/style/menu.css b/client-web/style/menu.css
new file mode 100644
index 0000000..cc7a2e9
--- /dev/null
+++ b/client-web/style/menu.css
@@ -0,0 +1,35 @@
+/*
+ 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.org>
+*/
+
+.control-bar {
+ background-color: var(--bg);
+ padding: 0.75em;
+ width: auto;
+ display: flex;
+ flex-wrap: wrap;
+ align-items: center;
+ justify-content: center;
+}
+.main {
+ position: relative;
+}
+.info-br {
+ position: absolute;
+ bottom: 0px;
+ right: 0px;
+ display: block;
+ text-align: right;
+}
+.info-br a {
+ color: lightgrey;
+}
+
+.info-br .version {
+ font-size: medium;
+ font-weight: bold;
+ color: white;
+ padding: 0.5em;
+}