Showing
4 changed files
with
4 additions
and
3 deletions
@@ -52,6 +52,7 @@ refSwiper = new Swiper('#reference-swiper-container',{ | @@ -52,6 +52,7 @@ refSwiper = new Swiper('#reference-swiper-container',{ | ||
52 | slidesPerView: 'auto' | 52 | slidesPerView: 'auto' |
53 | }); | 53 | }); |
54 | 54 | ||
55 | + | ||
55 | handleHelper = Handlebars.registerHelper('addOne', function(index) { | 56 | handleHelper = Handlebars.registerHelper('addOne', function(index) { |
56 | return index + 1; | 57 | return index + 1; |
57 | }); | 58 | }); |
@@ -493,7 +493,7 @@ $basicBtnC:#eb0313; | @@ -493,7 +493,7 @@ $basicBtnC:#eb0313; | ||
493 | clear:both; | 493 | clear:both; |
494 | } | 494 | } |
495 | } | 495 | } |
496 | - .cart-bar{ | 496 | + .cart-bar{ |
497 | position: relative; | 497 | position: relative; |
498 | box-sizing:border-box; | 498 | box-sizing:border-box; |
499 | width: 100%; | 499 | width: 100%; |
-
Please register or login to post a comment