Add missing padding above close button (both for the case with image or just with text) and also below product image

This commit is contained in:
Luis Ramos
2020-05-11 14:29:49 +01:00
parent edaf419857
commit d95b2a97b0
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
@import "branding";
.product-img {
padding: 5px;
padding: 0.3rem;
// placeholder for when no product images
&.placeholder {
@@ -15,8 +15,7 @@
}
@media only screen and (max-width: 1024px) {
margin-top: 0;
padding: 5px;
margin: 0 0 0.5rem;
}
}

View File

@@ -83,7 +83,7 @@ dialog .mobile-close-reveal-modal
.bottom-close-button {
background-color: $orange-500;
margin: 0 0 1rem;
margin: 0.5rem 0 1rem 0;
@media only screen and (min-width: 640px) {
display: none;