modalibrary 0.0.67 → 0.0.68
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/modalibrary/version.rb +1 -1
- data/vendor/assets/javascripts/web_library.min.js +4 -4
- data/vendor/assets/main.css +21 -21
- data/vendor/assets/stylesheets/web_library.css +21 -21
- metadata +1 -1
data/vendor/assets/main.css
CHANGED
@@ -572,24 +572,24 @@
|
|
572
572
|
-webkit-transition-property: visibility;
|
573
573
|
-webkit-transition-delay: 0.3s; }
|
574
574
|
|
575
|
-
.tooltip-help-icon {
|
575
|
+
.mini-cart-summary.tooltip-help-icon {
|
576
576
|
position: relative;
|
577
577
|
display: inline-block;
|
578
578
|
vertical-align: -2px;
|
579
579
|
padding: 0 5px;
|
580
580
|
font-size: 15px;
|
581
581
|
color: #9f9f9f; }
|
582
|
-
.tooltip-help-icon:hover .mo-web-icon-question {
|
582
|
+
.mini-cart-summary.tooltip-help-icon:hover .mo-web-icon-question {
|
583
583
|
color: #e1e1e1; }
|
584
|
-
.tooltip-help-icon .mo-web-icon-question {
|
584
|
+
.mini-cart-summary.tooltip-help-icon .mo-web-icon-question {
|
585
585
|
margin-left: 3px;
|
586
586
|
font-size: 15px;
|
587
587
|
color: #9f9f9f; }
|
588
|
-
.tooltip-help-icon .tooltip-help-message {
|
588
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message {
|
589
589
|
font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
590
590
|
position: absolute;
|
591
591
|
z-index: 10000;
|
592
|
-
bottom:
|
592
|
+
bottom: 35px;
|
593
593
|
transform: translateX(-48%);
|
594
594
|
width: 220px;
|
595
595
|
padding: 15px;
|
@@ -597,9 +597,9 @@
|
|
597
597
|
background-color: #f3f3f3;
|
598
598
|
font-size: 11px;
|
599
599
|
border: 1px solid #9f9f9f;
|
600
|
-
margin-left: 3px;
|
600
|
+
margin-left: -3px;
|
601
601
|
line-height: 18px; }
|
602
|
-
.tooltip-help-icon .tooltip-help-message:before {
|
602
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message:before {
|
603
603
|
content: '';
|
604
604
|
position: absolute;
|
605
605
|
display: block;
|
@@ -608,7 +608,7 @@
|
|
608
608
|
bottom: -10px;
|
609
609
|
width: 100%;
|
610
610
|
height: 10px; }
|
611
|
-
.tooltip-help-icon .tooltip-help-message:after {
|
611
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message:after {
|
612
612
|
content: '';
|
613
613
|
border-right: 1px solid #9f9f9f;
|
614
614
|
border-bottom: 1px solid #9f9f9f;
|
@@ -620,24 +620,24 @@
|
|
620
620
|
margin-left: -5px;
|
621
621
|
background-color: #f3f3f3;
|
622
622
|
transform: rotate(45deg); }
|
623
|
-
.tooltip-help-icon .tooltip-help-message .tooltip-help-link {
|
623
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link {
|
624
624
|
display: inline-block;
|
625
625
|
font-family: "Gotham Medium", "Moda-Gotham-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
626
626
|
color: #434343;
|
627
627
|
font-weight: 500; }
|
628
|
-
.tooltip-help-icon .tooltip-help-message .tooltip-help-link:hover, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:focus, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:active, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:visited {
|
628
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:hover, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:focus, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:active, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:visited {
|
629
629
|
color: #434343; }
|
630
|
-
.tooltip-help-icon .tooltip-help-message .mo-web-icon-close {
|
630
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .mo-web-icon-close {
|
631
631
|
display: none; }
|
632
|
-
.tooltip-help-icon .tooltip-help-message .mo-web-icon-question-filled {
|
632
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .mo-web-icon-question-filled {
|
633
633
|
display: none; }
|
634
634
|
|
635
|
-
@media screen and (max-width:
|
635
|
+
@media screen and (max-width: 992px) {
|
636
636
|
.deposit_price.deposit_price--with-help {
|
637
637
|
text-decoration: underline; } }
|
638
638
|
|
639
|
-
@media screen and (max-width:
|
640
|
-
.tooltip-help-icon .tooltip-help-overlay {
|
639
|
+
@media screen and (max-width: 992px) and (max-width: 992px) {
|
640
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-overlay {
|
641
641
|
position: fixed;
|
642
642
|
z-index: 10000000;
|
643
643
|
top: 0;
|
@@ -645,7 +645,7 @@
|
|
645
645
|
right: 0;
|
646
646
|
bottom: 0;
|
647
647
|
background-color: rgba(0, 0, 0, 0.3); }
|
648
|
-
.tooltip-help-icon .tooltip-help-message {
|
648
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message {
|
649
649
|
position: fixed;
|
650
650
|
z-index: 10000001;
|
651
651
|
left: 20px;
|
@@ -661,22 +661,22 @@
|
|
661
661
|
border-radius: 6px;
|
662
662
|
font-size: 13px;
|
663
663
|
line-height: 18px; }
|
664
|
-
.tooltip-help-icon .tooltip-help-message:before, .tooltip-help-icon .tooltip-help-message:after {
|
664
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message:before, .mini-cart-summary.tooltip-help-icon .tooltip-help-message:after {
|
665
665
|
display: none; }
|
666
|
-
.tooltip-help-icon .tooltip-help-message .tooltip-help-link {
|
666
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link {
|
667
667
|
display: block;
|
668
668
|
margin-top: 25px;
|
669
669
|
text-decoration: underline; }
|
670
|
-
.tooltip-help-icon .tooltip-help-message .tooltip-help-link:hover, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:focus, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:active, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:visited {
|
670
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:hover, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:focus, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:active, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:visited {
|
671
671
|
text-decoration: underline; }
|
672
|
-
.tooltip-help-icon .tooltip-help-message .mo-web-icon-close {
|
672
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .mo-web-icon-close {
|
673
673
|
display: block;
|
674
674
|
position: absolute;
|
675
675
|
top: 20px;
|
676
676
|
right: 20px;
|
677
677
|
font-size: 20px;
|
678
678
|
color: #979797; }
|
679
|
-
.tooltip-help-icon .tooltip-help-message .mo-web-icon-question-filled {
|
679
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .mo-web-icon-question-filled {
|
680
680
|
display: block;
|
681
681
|
position: relative;
|
682
682
|
margin-bottom: 25px;
|
@@ -572,24 +572,24 @@
|
|
572
572
|
-webkit-transition-property: visibility;
|
573
573
|
-webkit-transition-delay: 0.3s; }
|
574
574
|
|
575
|
-
.tooltip-help-icon {
|
575
|
+
.mini-cart-summary.tooltip-help-icon {
|
576
576
|
position: relative;
|
577
577
|
display: inline-block;
|
578
578
|
vertical-align: -2px;
|
579
579
|
padding: 0 5px;
|
580
580
|
font-size: 15px;
|
581
581
|
color: #9f9f9f; }
|
582
|
-
.tooltip-help-icon:hover .mo-web-icon-question {
|
582
|
+
.mini-cart-summary.tooltip-help-icon:hover .mo-web-icon-question {
|
583
583
|
color: #e1e1e1; }
|
584
|
-
.tooltip-help-icon .mo-web-icon-question {
|
584
|
+
.mini-cart-summary.tooltip-help-icon .mo-web-icon-question {
|
585
585
|
margin-left: 3px;
|
586
586
|
font-size: 15px;
|
587
587
|
color: #9f9f9f; }
|
588
|
-
.tooltip-help-icon .tooltip-help-message {
|
588
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message {
|
589
589
|
font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
590
590
|
position: absolute;
|
591
591
|
z-index: 10000;
|
592
|
-
bottom:
|
592
|
+
bottom: 35px;
|
593
593
|
transform: translateX(-48%);
|
594
594
|
width: 220px;
|
595
595
|
padding: 15px;
|
@@ -597,9 +597,9 @@
|
|
597
597
|
background-color: #f3f3f3;
|
598
598
|
font-size: 11px;
|
599
599
|
border: 1px solid #9f9f9f;
|
600
|
-
margin-left: 3px;
|
600
|
+
margin-left: -3px;
|
601
601
|
line-height: 18px; }
|
602
|
-
.tooltip-help-icon .tooltip-help-message:before {
|
602
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message:before {
|
603
603
|
content: '';
|
604
604
|
position: absolute;
|
605
605
|
display: block;
|
@@ -608,7 +608,7 @@
|
|
608
608
|
bottom: -10px;
|
609
609
|
width: 100%;
|
610
610
|
height: 10px; }
|
611
|
-
.tooltip-help-icon .tooltip-help-message:after {
|
611
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message:after {
|
612
612
|
content: '';
|
613
613
|
border-right: 1px solid #9f9f9f;
|
614
614
|
border-bottom: 1px solid #9f9f9f;
|
@@ -620,24 +620,24 @@
|
|
620
620
|
margin-left: -5px;
|
621
621
|
background-color: #f3f3f3;
|
622
622
|
transform: rotate(45deg); }
|
623
|
-
.tooltip-help-icon .tooltip-help-message .tooltip-help-link {
|
623
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link {
|
624
624
|
display: inline-block;
|
625
625
|
font-family: "Gotham Medium", "Moda-Gotham-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
626
626
|
color: #434343;
|
627
627
|
font-weight: 500; }
|
628
|
-
.tooltip-help-icon .tooltip-help-message .tooltip-help-link:hover, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:focus, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:active, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:visited {
|
628
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:hover, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:focus, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:active, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:visited {
|
629
629
|
color: #434343; }
|
630
|
-
.tooltip-help-icon .tooltip-help-message .mo-web-icon-close {
|
630
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .mo-web-icon-close {
|
631
631
|
display: none; }
|
632
|
-
.tooltip-help-icon .tooltip-help-message .mo-web-icon-question-filled {
|
632
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .mo-web-icon-question-filled {
|
633
633
|
display: none; }
|
634
634
|
|
635
|
-
@media screen and (max-width:
|
635
|
+
@media screen and (max-width: 992px) {
|
636
636
|
.deposit_price.deposit_price--with-help {
|
637
637
|
text-decoration: underline; } }
|
638
638
|
|
639
|
-
@media screen and (max-width:
|
640
|
-
.tooltip-help-icon .tooltip-help-overlay {
|
639
|
+
@media screen and (max-width: 992px) and (max-width: 992px) {
|
640
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-overlay {
|
641
641
|
position: fixed;
|
642
642
|
z-index: 10000000;
|
643
643
|
top: 0;
|
@@ -645,7 +645,7 @@
|
|
645
645
|
right: 0;
|
646
646
|
bottom: 0;
|
647
647
|
background-color: rgba(0, 0, 0, 0.3); }
|
648
|
-
.tooltip-help-icon .tooltip-help-message {
|
648
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message {
|
649
649
|
position: fixed;
|
650
650
|
z-index: 10000001;
|
651
651
|
left: 20px;
|
@@ -661,22 +661,22 @@
|
|
661
661
|
border-radius: 6px;
|
662
662
|
font-size: 13px;
|
663
663
|
line-height: 18px; }
|
664
|
-
.tooltip-help-icon .tooltip-help-message:before, .tooltip-help-icon .tooltip-help-message:after {
|
664
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message:before, .mini-cart-summary.tooltip-help-icon .tooltip-help-message:after {
|
665
665
|
display: none; }
|
666
|
-
.tooltip-help-icon .tooltip-help-message .tooltip-help-link {
|
666
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link {
|
667
667
|
display: block;
|
668
668
|
margin-top: 25px;
|
669
669
|
text-decoration: underline; }
|
670
|
-
.tooltip-help-icon .tooltip-help-message .tooltip-help-link:hover, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:focus, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:active, .tooltip-help-icon .tooltip-help-message .tooltip-help-link:visited {
|
670
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:hover, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:focus, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:active, .mini-cart-summary.tooltip-help-icon .tooltip-help-message .tooltip-help-link:visited {
|
671
671
|
text-decoration: underline; }
|
672
|
-
.tooltip-help-icon .tooltip-help-message .mo-web-icon-close {
|
672
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .mo-web-icon-close {
|
673
673
|
display: block;
|
674
674
|
position: absolute;
|
675
675
|
top: 20px;
|
676
676
|
right: 20px;
|
677
677
|
font-size: 20px;
|
678
678
|
color: #979797; }
|
679
|
-
.tooltip-help-icon .tooltip-help-message .mo-web-icon-question-filled {
|
679
|
+
.mini-cart-summary.tooltip-help-icon .tooltip-help-message .mo-web-icon-question-filled {
|
680
680
|
display: block;
|
681
681
|
position: relative;
|
682
682
|
margin-bottom: 25px;
|