From ebe142a62aa28065ffa487eaa38458524f87a6f1 Mon Sep 17 00:00:00 2001 From: Mittanicz <49088589+Mittanicz@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:11:58 +0100 Subject: [PATCH] Layout setup (#338) Create css strucure, clean up the index html and use proper tags. Visualy minor changes, but this allow us maint better visuals and start the css standards that will help us future --- src/client/index.html | 230 ++++++++++-------------- src/client/styles.css | 122 +------------ src/client/styles/components/button.css | 57 ++++++ src/client/styles/components/modal.css | 57 ++++++ src/client/styles/core/typography.css | 13 ++ src/client/styles/core/variables.css | 19 ++ src/client/styles/layout/container.css | 19 ++ src/client/styles/layout/footer.css | 24 +++ src/client/styles/layout/header.css | 39 ++++ 9 files changed, 332 insertions(+), 248 deletions(-) create mode 100644 src/client/styles/components/button.css create mode 100644 src/client/styles/components/modal.css create mode 100644 src/client/styles/core/typography.css create mode 100644 src/client/styles/core/variables.css create mode 100644 src/client/styles/layout/container.css create mode 100644 src/client/styles/layout/footer.css create mode 100644 src/client/styles/layout/header.css diff --git a/src/client/index.html b/src/client/index.html index 698c73c49..f25248258 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -4,7 +4,6 @@