diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-03-22 13:02:32 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-03-22 13:03:31 +0100 |
| commit | 2f5d47d21dfc308c1b930cf45e13b34445d3a8e5 (patch) | |
| tree | 1efa38bb95a2bc55132c0f8751727647906bb5dd /client-web/style/watches.sass | |
| parent | aee091c28ad99862f8d94665a1efc65288a17d52 (diff) | |
| download | keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar.bz2 keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar.zst | |
Convert sass to css
Diffstat (limited to 'client-web/style/watches.sass')
| -rw-r--r-- | client-web/style/watches.sass | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/client-web/style/watches.sass b/client-web/style/watches.sass deleted file mode 100644 index 1816b91..0000000 --- a/client-web/style/watches.sass +++ /dev/null @@ -1,32 +0,0 @@ -/* - 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) |