aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/watches.sass
blob: 1816b91cabe9e7a820737720b49dec6330d08f02 (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
/*
 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>

.room-watches-listing
    list-style: none
    a
        color: white
        display: inline-block
        width: 100%
        margin: 0.5em
        border-radius: 4px
        padding: 0.5em
        background-color: var(--bg-light)

    .current-room
        background-color: var(--ac-dark)

    .users
        float: right
        display: inline-block
        div
            margin: 0.25em
            display: inline-block
            width: 1em
            height: 1em
            border-radius: 3px
            background-color: var(--green)
        span
            display: inline-block
            color: var(--textgrey)