Compare commits

...

1 Commits

Author SHA1 Message Date
Richard Schreiber
1ef22375ec stick add-to-basket button to the bottom 2021-10-04 10:53:27 +02:00

View File

@@ -172,6 +172,12 @@ article.item-with-variations:last-child, .product-row:last-child {
} }
section.front-page { section.front-page {
margin-top: 30px; margin-top: 30px;
position: sticky;
bottom: 0;
top: 100px;
padding: 10px 0;
background: rgba(255,255,255,.8);
z-index: 10;
} }
.offline-banner { .offline-banner {
background: $brand-danger; background: $brand-danger;