Compare commits
No commits in common. "8d8c88f4ee05b4f5217ebfb0ba5d3c3a17205b9a" and "d2c26a7493a2a73d8ebedce737ebb089bae45145" have entirely different histories.
8d8c88f4ee
...
d2c26a7493
|
|
@ -15,6 +15,18 @@
|
||||||
@apply tracking-widest;
|
@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,
|
h1.has-text-align-center,
|
||||||
h2.has-text-align-center,
|
h2.has-text-align-center,
|
||||||
h3.has-text-align-center,
|
h3.has-text-align-center,
|
||||||
|
|
@ -31,38 +43,4 @@
|
||||||
p + h6 {
|
p + h6 {
|
||||||
@apply mt-0;
|
@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 */
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user