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

39 lines
716 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);
}
.thanks-content {
text-align: center;
max-width: 600px;
2025-12-10 15:12:06 +01:00
h1 {
font-size: var(--fs-x-big);
margin-bottom: calc(var(--spacing) * 2);
2025-12-10 15:12:06 +01:00
}
.thanks-message {
font-size: var(--fs-big);
margin-bottom: calc(var(--spacing) * 3);
line-height: 1.6;
p {
margin-bottom: var(--spacing);
}
}
2025-12-10 15:12:06 +01:00
.thanks-actions {
margin-top: calc(var(--spacing) * 3);
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);
}
}