investment page/curency switcher

This commit is contained in:
2025-06-05 15:53:41 +02:00
parent a7c4ff51ca
commit c7d71ddb21
17 changed files with 515 additions and 156 deletions

View File

@ -18,7 +18,8 @@
--color-bg-block: #E8E7E0;
--color-accent-green: #004F3D;
--color-accent-green-light: #004F3D;
--color-accent-green-dark: #008567;
/* button */
--color-button: #9a7f62;
@ -33,19 +34,27 @@
}
.h2-bold-bounded {
@apply font-bounded text-[24px] leading-[80%] font-bold sm:text-[36px] md:text-[40px];
@apply font-bounded text-[24px] leading-[150%] md:leading-[120%] font-bold sm:text-[36px] md:text-[40px];
}
.h4-uppercase-bold-inter {
@apply font-inter text-base leading-[150%] font-bold uppercase sm:text-[20px] md:text-[24px];
}
.text-bold-24 {
@apply font-inter text-[17px] sm:text-[21px] md:text-2xl leading-[150%] font-bold;
}
.text-inter {
@apply font-inter text-sm sm:text-lg leading-[150%];
}
.text-bold-24 {
@apply font-inter text-[17px] sm:text-[21px] md:text-2xl leading-[150%] font-bold;
.space-25-55-75 {
@apply space-y-[25px] sm:space-y-[55px] md:space-y-[75px]
}
.space-25-55 {
@apply space-y-[25px] sm:space-y-[55px]
}
}