Add error page on Shop

This commit is contained in:
2022-06-07 16:36:39 +02:00
parent dbf586618d
commit 29cb3a30ba
2 changed files with 85 additions and 0 deletions

View File

@@ -30,6 +30,35 @@
transform: translate3d(0,0,0);
}
}
// Error
&__error {
padding: 64px 0;
background: $color-cream;
color: $color-text;
text-align: center;
@include bp (sm) {
padding: clamp(64px, 12vw, 160px) 0;
text-align: left;
}
.inner {
grid-column: 1 / span 8;
@include bp (sm) {
grid-column: 3 / span 12;
}
}
h2 {
margin-bottom: 8px;
color: $color-secondary;
@include bp (sm) {
margin-bottom: 16px;
}
}
}
}
// Cart