2025-12-19 17:37:34 +01:00
|
|
|
[data-template="thanks"] {
|
|
|
|
|
.thanks-page {
|
|
|
|
|
min-height: 60vh;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
padding: calc(var(--spacing) * 4) var(--spacing);
|
|
|
|
|
|
2025-12-22 10:07:03 +01:00
|
|
|
.thanks-content {
|
|
|
|
|
text-align: center;
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
2025-12-10 15:12:06 +01:00
|
|
|
|
2025-12-22 10:07:03 +01:00
|
|
|
h1 {
|
|
|
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
|
|
|
}
|
2025-12-10 15:12:06 +01:00
|
|
|
|
2025-12-22 10:07:03 +01:00
|
|
|
.thanks-message {
|
|
|
|
|
font-size: var(--fs-medium);
|
|
|
|
|
line-height: 1.1;
|
2025-12-19 17:37:34 +01:00
|
|
|
|
2025-12-22 10:07:03 +01:00
|
|
|
p {
|
|
|
|
|
margin-bottom: var(--spacing);
|
|
|
|
|
}
|
2025-12-19 17:37:34 +01:00
|
|
|
}
|
2025-12-10 15:12:06 +01:00
|
|
|
|
2025-12-22 10:07:03 +01:00
|
|
|
.thanks-actions {
|
|
|
|
|
width: max-content;
|
|
|
|
|
}
|
2025-12-10 15:12:06 +01:00
|
|
|
}
|
2025-12-19 17:37:34 +01:00
|
|
|
}
|
2025-12-10 15:12:06 +01:00
|
|
|
|
2025-12-19 17:37:34 +01:00
|
|
|
#site-footer {
|
|
|
|
|
border-top: none;
|
|
|
|
|
margin-top: calc(var(--spacing) * 4);
|
|
|
|
|
}
|
|
|
|
|
}
|