diff --git a/public/images/header/logo-IBC-big.svg b/public/images/header/logo-IBC-big.svg index b49c1d1d..deb47bca 100644 --- a/public/images/header/logo-IBC-big.svg +++ b/public/images/header/logo-IBC-big.svg @@ -11,17 +11,21 @@ .st1 { fill: #445096; } + + .st2 { + fill: #c6c6c6; + } - + - - + + - + diff --git a/src/components/design/content/banner-saeule.svelte b/src/components/design/content/banner-saeule.svelte index c3a65417..f4967e64 100644 --- a/src/components/design/content/banner-saeule.svelte +++ b/src/components/design/content/banner-saeule.svelte @@ -40,7 +40,7 @@
Wohnhaus Bedarfsausweis -
Bedarfssausweis
Gewerbe
+
Bedarfssausweis
Wohngebäude
diff --git a/src/components/design/header/Header.astro b/src/components/design/header/Header.astro index 2b1ee5d8..966dc9c5 100644 --- a/src/components/design/header/Header.astro +++ b/src/components/design/header/Header.astro @@ -40,17 +40,17 @@ xl:grid-cols-[1fr_minmax(450px,450px)] xl:gap-4 xl:px-5 xl:py-4 -
+
-
+ @@ -191,7 +191,20 @@ if(innerWidth>1024){ - diff --git a/src/pages/index.astro b/src/pages/index.astro index 99900b21..2c39d6f3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,7 @@ import BannerPrice from "#content/banner-saeule.svelte";

Unsere Ausweise im Detail:

- + diff --git a/src/style/formular.css b/src/style/formular.css index 1ad07a3d..c82a345b 100644 --- a/src/style/formular.css +++ b/src/style/formular.css @@ -23,4 +23,19 @@ rgba(253, 235, 189, 1) 52%, rgba(251, 223, 147, 1) 100% ); */ -} \ No newline at end of file +} + +/* + :global(input[type="number"]), + :global(input[type="text"]) { + @apply input input-bordered py-1.5 px-2 h-auto; + } + + :global(input[type="number"]:disabled) { + @apply bg-gray-200 border border-gray-300; + } + + :global(.linked) { + @apply border-2 border-red-400; + } + */ \ No newline at end of file diff --git a/src/style/global.css b/src/style/global.css index a02d9826..7cb597f4 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -129,7 +129,7 @@ article { li {@apply text-sm bg-white flex xl:text-lg} -li a {@apply w-full text-sm px-6 py-3 rounded-none no-underline text-white hover:text-white bg-secondary +li a {@apply w-full text-sm px-6 py-3 rounded-none no-underline text-white hover:text-white hover:bg-gradient-to-br from-secondary to-secondary-grad lg:px-4 lg:bg-[#efefef] lg:text-black lg:hover:bg-secondary xl:text-lg} diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 7a01d918..a7aff08f 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -11,13 +11,18 @@ module.exports = { screens: { xs: '480px' }, + content: { + 'nav-disc': ' ', + }, colors: { 'primary': '#ff7d26', + 'primary-grad': '#ff7d26', 'primary-focus': '#ec6a13', 'primary-content': '#ffffff', 'secondary': '#444f94', + 'secondary-grad': '#546AB2', 'secondary-focus': '#2f397f', 'secondary-content': '#ffffff',