From 27537295e6dc260632e68c38cc2df54649c1036c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 8 Sep 2023 16:41:32 +0200 Subject: update copyright contact info --- client-web/style/chat.sass | 2 +- client-web/style/logger.sass | 2 +- client-web/style/master.sass | 2 +- client-web/style/menu.sass | 2 +- client-web/style/room.sass | 2 +- client-web/style/side.sass | 4 ++++ client-web/style/start.sass | 7 ++++++- client-web/style/watches.sass | 7 ++++++- 8 files changed, 21 insertions(+), 7 deletions(-) (limited to 'client-web/style') diff --git a/client-web/style/chat.sass b/client-web/style/chat.sass index 800e729..ea5f06f 100644 --- a/client-web/style/chat.sass +++ b/client-web/style/chat.sass @@ -1,7 +1,7 @@ /* 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 + Copyright (C) 2023 metamuffin .chat display: flex diff --git a/client-web/style/logger.sass b/client-web/style/logger.sass index d5e80c8..b2815db 100644 --- a/client-web/style/logger.sass +++ b/client-web/style/logger.sass @@ -1,7 +1,7 @@ /* 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 + Copyright (C) 2023 metamuffin .logger-container position: absolute diff --git a/client-web/style/master.sass b/client-web/style/master.sass index 8b82f27..f3dd420 100644 --- a/client-web/style/master.sass +++ b/client-web/style/master.sass @@ -1,7 +1,7 @@ /* 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 + Copyright (C) 2023 metamuffin @use 'chat' @use 'logger' diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass index 204e8b3..2199d06 100644 --- a/client-web/style/menu.sass +++ b/client-web/style/menu.sass @@ -1,7 +1,7 @@ /* 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 + Copyright (C) 2023 metamuffin .control-bar background-color: var(--bg) diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 92d751d..ff26a77 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -1,7 +1,7 @@ /* 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 + Copyright (C) 2023 metamuffin .room overflow-y: scroll diff --git a/client-web/style/side.sass b/client-web/style/side.sass index d0ab8cd..ba95f1b 100644 --- a/client-web/style/side.sass +++ b/client-web/style/side.sass @@ -1,3 +1,7 @@ +/* + 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 .side-ui flex: 0 diff --git a/client-web/style/start.sass b/client-web/style/start.sass index 19d80e6..f46cc51 100644 --- a/client-web/style/start.sass +++ b/client-web/style/start.sass @@ -1,3 +1,8 @@ +/* + 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 + .start-box text-align: center position: absolute @@ -44,7 +49,7 @@ font-size: x-large font-weight: bold text-align: center - + #room-id-input padding: 0.5em font-size: x-large diff --git a/client-web/style/watches.sass b/client-web/style/watches.sass index 4408cb8..cda91b4 100644 --- a/client-web/style/watches.sass +++ b/client-web/style/watches.sass @@ -1,3 +1,8 @@ +/* + 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 + .room-watches-listing list-style: none a @@ -7,7 +12,7 @@ border-radius: 4px padding: 0.5em background-color: var(--bg-light) - + .current-room background-color: var(--ac-dark) -- cgit v1.2.3-70-g09d2