index-shop/assets/css/template/shop/_thanks.scss
isUnknown 010c4f6c20
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s
thanks : style
2025-12-22 10:07:03 +01:00

39 lines
732 B
SCSS

[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;
display: flex;
flex-direction: column;
align-items: center;
h1 {
margin-bottom: calc(var(--spacing) * 2);
}
.thanks-message {
font-size: var(--fs-medium);
line-height: 1.1;
p {
margin-bottom: var(--spacing);
}
}
.thanks-actions {
width: max-content;
}
}
}
#site-footer {
border-top: none;
margin-top: calc(var(--spacing) * 4);
}
}