diff options
Diffstat (limited to 'client-web/style')
| -rw-r--r-- | client-web/style/master.sass | 1 | ||||
| -rw-r--r-- | client-web/style/watches.sass | 26 | 
2 files changed, 27 insertions, 0 deletions
| diff --git a/client-web/style/master.sass b/client-web/style/master.sass index 6a26b67..0863129 100644 --- a/client-web/style/master.sass +++ b/client-web/style/master.sass @@ -9,6 +9,7 @@  @use 'side'  @use 'menu'  @use 'start' +@use 'watches'  @import url("/assets/font/include.css")  @import url("/overrides.css") 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 | 
