From bdb629969208696fcc79d9441f27ea500d2dc5a2 Mon Sep 17 00:00:00 2001 From: Flo Date: Sun, 25 Aug 2024 21:38:40 +0000 Subject: [PATCH] foundation --- .../components/login/login.component.html | 14 +-- .../navigation/navigation.component.html | 88 +++++++++++-------- src/index.html | 2 +- src/styles.scss | 16 ++++ tailwind.config.js | 5 ++ 5 files changed, 78 insertions(+), 47 deletions(-) diff --git a/src/app/core/auth/components/login/login.component.html b/src/app/core/auth/components/login/login.component.html index a8bcc95..d840111 100644 --- a/src/app/core/auth/components/login/login.component.html +++ b/src/app/core/auth/components/login/login.component.html @@ -2,7 +2,7 @@
-

+

Beekeeper

@@ -12,13 +12,13 @@
- - + +
- - -

Neu hier? Jetzt registrieren!

+ + +

Neu hier? Jetzt registrieren!

- +
diff --git a/src/app/core/components/navigation/navigation.component.html b/src/app/core/components/navigation/navigation.component.html index 83bac92..fb4201f 100644 --- a/src/app/core/components/navigation/navigation.component.html +++ b/src/app/core/components/navigation/navigation.component.html @@ -2,46 +2,56 @@ diff --git a/src/index.html b/src/index.html index 4123f0d..87a777a 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,7 @@ - + diff --git a/src/styles.scss b/src/styles.scss index cfa7bc1..8039647 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -11,10 +11,26 @@ --color-text-accent: 255, 199, 44; --color-text-accent-muted: 255, 199, 44; + --color-shadow-primary: 100,100,100; --color-primary: 255, 255, 255; --color-secondary: 255, 199, 44; --color-accent: 255, 199, 44; } + .theme-dark { + --color-text-primary: 255,255,255; + --color-text-primary-muted: 170,170,170; + --color-text-secondary: 0,0,0; + --color-text-secondary-muted: 100,100,100; + --color-text-accent: 250, 183, 0; + --color-text-accent-muted: 250, 183, 0; + + --color-shadow-primary: 170,170,170; + + + --color-primary: 10, 10, 10; + --color-secondary: 250, 183, 0; + --color-accent: 250, 183, 0; + } } \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 95fbc3f..56bd5c8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -32,6 +32,11 @@ module.exports = { accent: withOpacity('--color-accent'), }, }, + boxShadowColor: { + skin: { + primary: withOpacity('--color-shadow-primary'), + } + } }, }, plugins: [