aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/room.sass
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-08 14:45:16 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-08 14:45:16 +0200
commita6fb6844f68ab29f45fa4f35dc0ee09359da3b18 (patch)
tree16bf8c2f84e7e72259b9a811b9c5bf80b66047e2 /client-web/style/room.sass
parent83e409a979d722db9ad44fc9d22945f23a18e712 (diff)
downloadkeks-meet-a6fb6844f68ab29f45fa4f35dc0ee09359da3b18.tar
keks-meet-a6fb6844f68ab29f45fa4f35dc0ee09359da3b18.tar.bz2
keks-meet-a6fb6844f68ab29f45fa4f35dc0ee09359da3b18.tar.zst
show connection status
Diffstat (limited to 'client-web/style/room.sass')
-rw-r--r--client-web/style/room.sass9
1 files changed, 9 insertions, 0 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass
index d7ffbf9..92d751d 100644
--- a/client-web/style/room.sass
+++ b/client-web/style/room.sass
@@ -63,3 +63,12 @@
.resource-track>div.audio-active
border: 2px solid var(--ac-light)
+
+.connection-status
+ font-size: small
+.status-neutral
+ color: var(--textgrey)
+.status-good
+ color: var(--green)
+.status-fail
+ color: var(--red)