spree_quick_cart 2.1.11 → 2.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/store/quick_cart.scss +20 -0
- data/spree_quick_cart.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6064792781476252005fd68c56b65a01a034dddf
|
4
|
+
data.tar.gz: 39b7c4b89ff632b4dbab3089f08bb57d93c069f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73f3a925f62aa1b37256350fbc181e9357930770b866455f206fafa7bb2c43a0b936e04806cdbfe92cd8fd3f23b5cbfb250512eb851cf41d0b3c68576eab5de1
|
7
|
+
data.tar.gz: be87fdae418c30ac8a7276be43b75a3a3cc77eb7254cbda851800ed5f105591568c55b5f7dedaffc9090d896fc51f4ed248db49153473383039ee0cc94029cb2
|
@@ -1,3 +1,6 @@
|
|
1
|
+
$break-phone: 768px;
|
2
|
+
$break-tablet: 992px;
|
3
|
+
|
1
4
|
.quick-add-to-cart-form {
|
2
5
|
margin-top: 5px;
|
3
6
|
|
@@ -21,6 +24,23 @@
|
|
21
24
|
|
22
25
|
}
|
23
26
|
|
27
|
+
@media screen and (max-width: $break-phone) {
|
28
|
+
.quick-add-to-cart-form {
|
29
|
+
|
30
|
+
.fields {
|
31
|
+
.add-quantity {
|
32
|
+
width: 20px;
|
33
|
+
margin-right: 5px;
|
34
|
+
}
|
35
|
+
|
36
|
+
.add-button {
|
37
|
+
width: 100px;
|
38
|
+
font-size: 12px;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
24
44
|
.quick-cart-flash {
|
25
45
|
position: fixed;
|
26
46
|
z-index: 500;
|
data/spree_quick_cart.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
4
4
|
s.name = 'spree_quick_cart'
|
5
|
-
s.version = '2.1.
|
5
|
+
s.version = '2.1.12'
|
6
6
|
s.summary = 'Insert add to cart button in product index page'
|
7
7
|
s.description = 'Adds js quick add to cart button to product catalogue'
|
8
8
|
s.required_ruby_version = '>= 2.0.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_quick_cart
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Francisco Trindade
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree_core
|