From 2f5d47d21dfc308c1b930cf45e13b34445d3a8e5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 22 Mar 2025 13:02:32 +0100 Subject: Convert sass to css --- client-web/style/side.sass | 49 ---------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 client-web/style/side.sass (limited to 'client-web/style/side.sass') diff --git a/client-web/style/side.sass b/client-web/style/side.sass deleted file mode 100644 index ba00d49..0000000 --- a/client-web/style/side.sass +++ /dev/null @@ -1,49 +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 - -.side-ui - flex: 0 - z-index: 99 - .side-tray - height: 100% - padding: 1em - box-sizing: border-box - overflow-y: auto - background-color: var(--bg) - - >.animate-in - animation-name: side-slide-in - animation-duration: 0.2s - >.animate-out - animation-name: side-slide-out - animation-duration: 0.2s - transform: translateX(100%) - -@keyframes side-slide-in - from - transform: translateX(100%) - to - transform: translateX(0%) -@keyframes side-slide-out - from - transform: translateX(0%) - to - transform: translateX(100%) - -.main - flex: 1 - display: flex - flex-flow: row - overflow: hidden - -.control-bar - flex: 0 -.preferences - width: min(50em, 100vw) - height: 100% -.chat - width: min(30em, 100vw) -.room-watches - width: min(30em, 100vw) -- cgit v1.2.3-70-g09d2