]> _ Git - pmi.git/commitdiff
wip #3528 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Mar 2020 13:34:59 +0000 (14:34 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Mar 2020 13:34:59 +0000 (14:34 +0100)
resources/styles/components/product-gallery.styl

index 9b17a3f76ceedd5582beda412205eef05339fa8a..db91f37bb735d536113d623a18ac0b8b53f9acbc 100644 (file)
@@ -1,3 +1,9 @@
+@import "../../node_modules/blueimp-gallery/css/blueimp-gallery.min.css"
+
+.blueimp-gallery
+  .next, .prev
+    border 0
+
 .product-gallery
 
   &-main
     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)