summaryrefslogtreecommitdiff
path: root/client-web/style/watches.sass
blob: 4408cb8ea0637cad6f990076a4fce17bbb056f47 (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
.room-watches-listing
    list-style: none
    a
        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)