Compare commits

...

2 Commits

Author SHA1 Message Date
Antoine M
8d8c88f4ee FEATURE handling inverted hierrachy variant
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-20 11:14:15 +01:00
Antoine M
a0c696e725 FEATURE handling inverted hierrachy variant 2025-11-20 11:11:30 +01:00

View File

@ -15,18 +15,6 @@
@apply tracking-widest;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-light uppercase tracking-wider max-w-4xl !text-4xl;
line-height: 1.2 !important;
/* @apply !mb-0 !pb-0; */
@apply !pb-0;
}
h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center,
@ -43,4 +31,38 @@
p + h6 {
@apply mt-0;
}
&--hierarchy-inverted {
@apply text-white;
h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-light uppercase tracking-wider max-w-4xl !text-4xl;
line-height: 1.2 !important;
@apply !pb-0;
}
}
&--hierarchy-classic {
@apply text-white;
h1,
h2,
h3,
h4,
h5,
h6 {
@apply !text-lg mb-0 pb-0 nunito !font-bold !tracking-widest !uppercase;
font-family: 'Nunito Sans', sans-serif !important;
}
p {
@apply !text-4xl fjalla !tracking-wider font-normal;
}
}
}
/* test */