modalibrary 0.1.30 → 0.1.31
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.
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, .mini-cart-container .summary .go-to-checkout, .mini-cart-container .summary .view-bag {
|
|
920
920
|
height: 44px;
|
|
921
|
-
width:
|
|
921
|
+
width: 48.5%;
|
|
922
922
|
background-color: #222222;
|
|
923
923
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
|
|
924
924
|
color: #ffffff;
|
|
@@ -929,11 +929,16 @@
|
|
|
929
929
|
display: inline-block;
|
|
930
930
|
padding: 0 30px;
|
|
931
931
|
margin-top: 20px;
|
|
932
|
+
margin-right: 10px;
|
|
932
933
|
text-align: center;
|
|
933
934
|
cursor: pointer;
|
|
934
935
|
text-decoration: none; }
|
|
935
|
-
.mini-cart-container .summary .go-to-shopping-bag:hover {
|
|
936
|
+
.mini-cart-container .summary .go-to-shopping-bag:hover, .mini-cart-container .summary .go-to-checkout:hover, .mini-cart-container .summary .view-bag:hover {
|
|
936
937
|
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%; }
|
|
937
942
|
@media screen and (max-width: 992px) {
|
|
938
943
|
.mini-cart-container .summary {
|
|
939
944
|
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, .mini-cart-container .summary .go-to-checkout, .mini-cart-container .summary .view-bag {
|
|
920
920
|
height: 44px;
|
|
921
|
-
width:
|
|
921
|
+
width: 48.5%;
|
|
922
922
|
background-color: #222222;
|
|
923
923
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
|
|
924
924
|
color: #ffffff;
|
|
@@ -929,11 +929,16 @@
|
|
|
929
929
|
display: inline-block;
|
|
930
930
|
padding: 0 30px;
|
|
931
931
|
margin-top: 20px;
|
|
932
|
+
margin-right: 10px;
|
|
932
933
|
text-align: center;
|
|
933
934
|
cursor: pointer;
|
|
934
935
|
text-decoration: none; }
|
|
935
|
-
.mini-cart-container .summary .go-to-shopping-bag:hover {
|
|
936
|
+
.mini-cart-container .summary .go-to-shopping-bag:hover, .mini-cart-container .summary .go-to-checkout:hover, .mini-cart-container .summary .view-bag:hover {
|
|
936
937
|
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%; }
|
|
937
942
|
@media screen and (max-width: 992px) {
|
|
938
943
|
.mini-cart-container .summary {
|
|
939
944
|
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.31
|
|
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-20 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.7.
|
|
86
|
+
rubygems_version: 2.7.6
|
|
87
87
|
signing_key:
|
|
88
88
|
specification_version: 4
|
|
89
89
|
summary: Moda library, GEMIFIED!
|