aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/menu.sass
blob: 0ca804ed03541560a22e7f08c12f43fc48cc9885 (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
29
30
31
32
33
/*
 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>

.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