Добавил свой дизайн

This commit is contained in:
grabic21
2025-08-20 18:05:46 +04:00
committed by denis0001-dev
Unverified
parent 906e691fd2
commit 3f2de17223
6 changed files with 204 additions and 64 deletions
+3
View File
@@ -1,5 +1,6 @@
@use "auth";
@use "chat";
@use "panelchat";
@use "common/animations";
@use "common/components";
@use "common/colors" as *;
@@ -19,4 +20,6 @@ body {
background-color: $color-dark-surface;
color: $color-dark-on-surface;
line-height: 1.6;
height: 100vh;
position: relative;
}