invest page

This commit is contained in:
2025-06-06 15:50:06 +02:00
parent c7d71ddb21
commit 3d91d7f1bb
16 changed files with 331 additions and 80 deletions

View File

@ -16,7 +16,7 @@
--color-text-light: #1a1a1a;
--color-text-dark: #fffefb;
--color-bg-block: #E8E7E0;
--color-block: #E8E7E0;
--color-accent-green-light: #004F3D;
--color-accent-green-dark: #008567;
@ -25,7 +25,6 @@
--color-button: #9a7f62;
--color-button-hover: #b7946d;
--color-button-disabled: #c5c5c5;
--color-button-white: #E8E7E0;
}
@layer utilities {
@ -56,6 +55,10 @@
.space-25-55 {
@apply space-y-[25px] sm:space-y-[55px]
}
.space-25-75 {
@apply space-y-[25px] sm:space-y-[75px]
}
}
.main {