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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6064792781476252005fd68c56b65a01a034dddf
4
- data.tar.gz: 39b7c4b89ff632b4dbab3089f08bb57d93c069f5
3
+ metadata.gz: 2769f1a139c768e7a80e195b700f92254588b2ea
4
+ data.tar.gz: 637fdc17b18e280f718b9711ebe89b3c653882cf
5
5
  SHA512:
6
- metadata.gz: 73f3a925f62aa1b37256350fbc181e9357930770b866455f206fafa7bb2c43a0b936e04806cdbfe92cd8fd3f23b5cbfb250512eb851cf41d0b3c68576eab5de1
7
- data.tar.gz: be87fdae418c30ac8a7276be43b75a3a3cc77eb7254cbda851800ed5f105591568c55b5f7dedaffc9090d896fc51f4ed248db49153473383039ee0cc94029cb2
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: 5px;
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: 20px;
33
- margin-right: 5px;
49
+ width: 35px;
50
+ margin-right: 0;
34
51
  }
35
52
 
36
53
  .add-button {
37
- width: 100px;
54
+ width: 85px;
38
55
  font-size: 12px;
39
56
  }
40
57
  }
@@ -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.12'
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.12
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-01-28 00:00:00.000000000 Z
11
+ date: 2014-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spree_core