modalibrary 0.1.43 → 0.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/modalibrary/version.rb +1 -1
- data/vendor/assets/javascripts/web_library.min.js +2 -2
- data/vendor/assets/main.css +3 -8
- data/vendor/assets/stylesheets/web_library.css +3 -8
- metadata +3 -3
data/vendor/assets/main.css
CHANGED
|
@@ -916,9 +916,9 @@
|
|
|
916
916
|
letter-spacing: 0.12px;
|
|
917
917
|
line-height: 20px;
|
|
918
918
|
text-align: right; }
|
|
919
|
-
.mini-cart-container .summary .go-to-shopping-bag
|
|
919
|
+
.mini-cart-container .summary .go-to-shopping-bag {
|
|
920
920
|
height: 44px;
|
|
921
|
-
width:
|
|
921
|
+
width: 100%;
|
|
922
922
|
background-color: #222222;
|
|
923
923
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
|
|
924
924
|
color: #ffffff;
|
|
@@ -929,16 +929,11 @@
|
|
|
929
929
|
display: inline-block;
|
|
930
930
|
padding: 0 30px;
|
|
931
931
|
margin-top: 20px;
|
|
932
|
-
margin-right: 10px;
|
|
933
932
|
text-align: center;
|
|
934
933
|
cursor: pointer;
|
|
935
934
|
text-decoration: none; }
|
|
936
|
-
.mini-cart-container .summary .go-to-shopping-bag:hover
|
|
935
|
+
.mini-cart-container .summary .go-to-shopping-bag:hover {
|
|
937
936
|
background-color: #434343; }
|
|
938
|
-
.mini-cart-container .summary .go-to-checkout {
|
|
939
|
-
margin-right: 0; }
|
|
940
|
-
.mini-cart-container .summary .go-to-shopping-bag {
|
|
941
|
-
width: 100%; }
|
|
942
937
|
@media screen and (max-width: 992px) {
|
|
943
938
|
.mini-cart-container .summary {
|
|
944
939
|
border-top: none; }
|
|
@@ -916,9 +916,9 @@
|
|
|
916
916
|
letter-spacing: 0.12px;
|
|
917
917
|
line-height: 20px;
|
|
918
918
|
text-align: right; }
|
|
919
|
-
.mini-cart-container .summary .go-to-shopping-bag
|
|
919
|
+
.mini-cart-container .summary .go-to-shopping-bag {
|
|
920
920
|
height: 44px;
|
|
921
|
-
width:
|
|
921
|
+
width: 100%;
|
|
922
922
|
background-color: #222222;
|
|
923
923
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
|
|
924
924
|
color: #ffffff;
|
|
@@ -929,16 +929,11 @@
|
|
|
929
929
|
display: inline-block;
|
|
930
930
|
padding: 0 30px;
|
|
931
931
|
margin-top: 20px;
|
|
932
|
-
margin-right: 10px;
|
|
933
932
|
text-align: center;
|
|
934
933
|
cursor: pointer;
|
|
935
934
|
text-decoration: none; }
|
|
936
|
-
.mini-cart-container .summary .go-to-shopping-bag:hover
|
|
935
|
+
.mini-cart-container .summary .go-to-shopping-bag:hover {
|
|
937
936
|
background-color: #434343; }
|
|
938
|
-
.mini-cart-container .summary .go-to-checkout {
|
|
939
|
-
margin-right: 0; }
|
|
940
|
-
.mini-cart-container .summary .go-to-shopping-bag {
|
|
941
|
-
width: 100%; }
|
|
942
937
|
@media screen and (max-width: 992px) {
|
|
943
938
|
.mini-cart-container .summary {
|
|
944
939
|
border-top: none; }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: modalibrary
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.44
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Team Moda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
version: '0'
|
|
84
84
|
requirements: []
|
|
85
85
|
rubyforge_project:
|
|
86
|
-
rubygems_version: 2.6.
|
|
86
|
+
rubygems_version: 2.6.12
|
|
87
87
|
signing_key:
|
|
88
88
|
specification_version: 4
|
|
89
89
|
summary: Moda library, GEMIFIED!
|