From e74dadae274c7b4b9f36bda432deddd4a5bcda17 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 25 Mar 2020 14:34:59 +0100 Subject: [PATCH] wip #3528 @0.5 --- resources/styles/components/product-gallery.styl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/styles/components/product-gallery.styl b/resources/styles/components/product-gallery.styl index 9b17a3f..db91f37 100644 --- a/resources/styles/components/product-gallery.styl +++ b/resources/styles/components/product-gallery.styl @@ -1,3 +1,9 @@ +@import "../../node_modules/blueimp-gallery/css/blueimp-gallery.min.css" + +.blueimp-gallery + .next, .prev + border 0 + .product-gallery &-main @@ -11,13 +17,14 @@ left: 15% &-thumb - @apply w-full bg-center bg-cover border-4 border-grey-100 cursor-zoom-in block + @apply w-full bg-center bg-cover border-4 border-grey-100 cursor-zoom-in block &-current @apply border-grey-300 // Non CSS Grid + .grid grid-fallback(3, 15px) -- 2.39.5