mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user