aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/menu.sass
blob: f2f7868361e6544d3d94763d66b117ab4d5767ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 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
    z-index: 100
    width: auto
    display: flex
    flex-wrap: wrap

.main
    position: relative
.info-br
    position: absolute
    bottom: 0px
    right: 0px
    display: block
    text-align: right
    z-index: 100

.info-br .version
    font-size: medium
    font-weight: bold
    color: var(--ac-light)
    padding: 0.5em