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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13a0f8a46046eed99204ad7cdc54a8436cdb150a
4
- data.tar.gz: c8b2475d53dd5088fd5e75d50edaa323e5c5e6b6
3
+ metadata.gz: 6064792781476252005fd68c56b65a01a034dddf
4
+ data.tar.gz: 39b7c4b89ff632b4dbab3089f08bb57d93c069f5
5
5
  SHA512:
6
- metadata.gz: 0dc95edcd86c6b8d4236e1ca286a7190e74f331669903a3a459d9d12143aac2ca13ed83fa32f0d6625705551ff9412e10075354c9759f5aa244cb7d371739500
7
- data.tar.gz: e6aeaff04a1ebe8f98df935d16bd7ac52acdfbffed3d791a2471605418dd282db58468a14bafff031a6b46580f7fc59b32aa27b8e841432fa44cd5355c80239e
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;
@@ -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.11'
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.11
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-27 00:00:00.000000000 Z
11
+ date: 2014-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spree_core