diff options
Diffstat (limited to 'client-web/style/watches.sass')
| -rw-r--r-- | client-web/style/watches.sass | 26 | 
1 files changed, 26 insertions, 0 deletions
| diff --git a/client-web/style/watches.sass b/client-web/style/watches.sass new file mode 100644 index 0000000..ee45f5d --- /dev/null +++ b/client-web/style/watches.sass @@ -0,0 +1,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: rgb(146, 243, 73) +        span +            display: inline-block +            color: #bbbbbb | 
