index-shop/assets/css/template/shop/_thanks.scss

40 lines
732 B
SCSS
Raw Normal View History

[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-22 10:07:03 +01:00
p {
margin-bottom: var(--spacing);
}
}
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-10 15:12:06 +01:00
#site-footer {
border-top: none;
margin-top: calc(var(--spacing) * 4);
}
}