main pages/styles
This commit is contained in:
@ -18,10 +18,13 @@
|
||||
|
||||
--color-bg-block: #E8E7E0;
|
||||
|
||||
--color-accent-green: #004F3D;
|
||||
|
||||
/* button */
|
||||
--color-button: #9a7f62;
|
||||
--color-button-hover: #b7946d;
|
||||
--color-button-disabled: #c5c5c5;
|
||||
--color-button-white: #E8E7E0;
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
@ -29,12 +32,20 @@
|
||||
@apply font-bounded text-[24px] leading-[140%] font-bold uppercase md:text-[48px] xl:text-[64px];
|
||||
}
|
||||
|
||||
.h4-uppercase {
|
||||
.h2-bold-bounded {
|
||||
@apply font-bounded text-[24px] leading-[80%] 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-inter {
|
||||
@apply font-inter text-sm sm:text-lg;
|
||||
@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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user