spree_quick_cart 2.1.12 → 2.1.13
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 +21 -4
- 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: 2769f1a139c768e7a80e195b700f92254588b2ea
|
4
|
+
data.tar.gz: 637fdc17b18e280f718b9711ebe89b3c653882cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce897ff76a45007ba80ed1b9575830bf9af1bd519378cfb1324e52e3646def4a2520594ecd8b5125ee773615a301734f2e281fc92e08836c338dc23b3d5a24f2
|
7
|
+
data.tar.gz: 5f77a5e92062d4d63d9665603c30b6b948d537efb82489fbd9ca5f92445b3f92bb70251db2db70d3ec5b17e38ed05b9eca1631c5915e56e43c6f5d0ce98d50d1
|
@@ -14,7 +14,7 @@ $break-tablet: 992px;
|
|
14
14
|
|
15
15
|
.add-quantity {
|
16
16
|
width: 50px;
|
17
|
-
margin-right:
|
17
|
+
margin-right: 0;
|
18
18
|
}
|
19
19
|
|
20
20
|
.add-button {
|
@@ -24,17 +24,34 @@ $break-tablet: 992px;
|
|
24
24
|
|
25
25
|
}
|
26
26
|
|
27
|
+
@media screen and (max-width: $break-tablet) {
|
28
|
+
.quick-add-to-cart-form {
|
29
|
+
|
30
|
+
.fields {
|
31
|
+
.add-quantity {
|
32
|
+
width: 35px;
|
33
|
+
margin-right: 0;
|
34
|
+
}
|
35
|
+
|
36
|
+
.add-button {
|
37
|
+
width: 85px;
|
38
|
+
font-size: 12px;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
27
44
|
@media screen and (max-width: $break-phone) {
|
28
45
|
.quick-add-to-cart-form {
|
29
46
|
|
30
47
|
.fields {
|
31
48
|
.add-quantity {
|
32
|
-
width:
|
33
|
-
margin-right:
|
49
|
+
width: 35px;
|
50
|
+
margin-right: 0;
|
34
51
|
}
|
35
52
|
|
36
53
|
.add-button {
|
37
|
-
width:
|
54
|
+
width: 85px;
|
38
55
|
font-size: 12px;
|
39
56
|
}
|
40
57
|
}
|
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.13'
|
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.13
|
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-
|
11
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree_core
|