index-soutien/assets/css/components/_text.scss
isUnknown 713dc6eca2
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
fix style gauge container margin top
2026-04-22 10:41:39 +02:00

65 lines
1.3 KiB
SCSS

[data-template='subscription-newsletter'],
[data-template='thanks'],
[data-template='support'],
[data-template='store'] {
.hero-heading p {
font-family: var(--title);
font-size: var(--fs-big);
font-weight: var(--fw-bold);
line-height: 1.1;
text-align: center;
margin: calc(var(--spacing) * 1) 0;
strong {
font-weight: var(--fw-bolf);
color: var(--color-accent);
}
.link-don {
display: block;
color: var(--color-accent);
text-decoration: none;
// &::after{
// content: ' ↗';
// font-size: 0.8em;
// }
&:hover {
text-decoration: underline 2px;
text-underline-offset: 4px;
}
}
}
.subheading {
font-size: var(--fs-medium);
font-weight: var(--fw-medium);
line-height: 1.1;
text-align: center;
margin: calc(var(--spacing) * 1) 0;
@media #{$small} {
text-align: center;
margin: var(--spacing) 0;
}
}
.text-details {
font-size: var(--fs-small);
margin-bottom: 0.5em;
color: var(--grey-400);
}
.section-heading {
font-size: var(--fs-normal);
font-weight: var(--fw-medium);
line-height: 1;
text-align: center;
margin-top: calc(var(--spacing) * 0.5);
margin-bottom: calc(var(--spacing) * 1);
}
ul,
ol {
margin-left: 3ch;
margin-bottom: 0.5em;
}
}