This commit is contained in:
parent
57037fc435
commit
010c4f6c20
12 changed files with 95 additions and 69 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[data-template="store"] {
|
||||
[data-template="home"] {
|
||||
main {
|
||||
margin-bottom: calc(var(--spacing) * 2);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,29 +5,30 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: calc(var(--spacing) * 4) var(--spacing);
|
||||
}
|
||||
|
||||
.thanks-content {
|
||||
text-align: center;
|
||||
max-width: 600px;
|
||||
.thanks-content {
|
||||
text-align: center;
|
||||
max-width: 600px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
h1 {
|
||||
font-size: var(--fs-x-big);
|
||||
margin-bottom: calc(var(--spacing) * 2);
|
||||
}
|
||||
|
||||
.thanks-message {
|
||||
font-size: var(--fs-big);
|
||||
margin-bottom: calc(var(--spacing) * 3);
|
||||
line-height: 1.6;
|
||||
|
||||
p {
|
||||
margin-bottom: var(--spacing);
|
||||
h1 {
|
||||
margin-bottom: calc(var(--spacing) * 2);
|
||||
}
|
||||
}
|
||||
|
||||
.thanks-actions {
|
||||
margin-top: calc(var(--spacing) * 3);
|
||||
.thanks-message {
|
||||
font-size: var(--fs-medium);
|
||||
line-height: 1.1;
|
||||
|
||||
p {
|
||||
margin-bottom: var(--spacing);
|
||||
}
|
||||
}
|
||||
|
||||
.thanks-actions {
|
||||
width: max-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue