modalibrary 0.1.40 → 0.1.41
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
|
@@ -1065,11 +1065,24 @@
|
|
|
1065
1065
|
line-height: 24px; }
|
|
1066
1066
|
.loyalty-rewards-container .text-join {
|
|
1067
1067
|
font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1068
|
-
font-weight: unset;
|
|
1068
|
+
font-weight: unset;
|
|
1069
|
+
color: #222222; }
|
|
1069
1070
|
.loyalty-rewards-container .points {
|
|
1070
1071
|
display: inline-block;
|
|
1071
1072
|
font-size: 14px;
|
|
1072
1073
|
font-weight: 300; }
|
|
1073
1074
|
.loyalty-rewards-container .agree {
|
|
1074
|
-
font-size: 12px; }
|
|
1075
|
+
font-size: 12px; }
|
|
1076
|
+
.loyalty-rewards-container .link-like {
|
|
1077
|
+
color: #222222 !important;
|
|
1078
|
+
text-decoration: underline !important;
|
|
1079
|
+
font-size: 12px !important;
|
|
1080
|
+
font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
|
1081
|
+
display: block; }
|
|
1082
|
+
.loyalty-rewards-container .link-like:hover {
|
|
1083
|
+
color: #767676; }
|
|
1084
|
+
.loyalty-rewards-container .link-like:focus {
|
|
1085
|
+
outline: 1px solid #222222; }
|
|
1086
|
+
.loyalty-rewards-container .link-like:disabled {
|
|
1087
|
+
color: #bebebe; } }
|
|
1075
1088
|
|
|
@@ -1065,11 +1065,24 @@
|
|
|
1065
1065
|
line-height: 24px; }
|
|
1066
1066
|
.loyalty-rewards-container .text-join {
|
|
1067
1067
|
font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1068
|
-
font-weight: unset;
|
|
1068
|
+
font-weight: unset;
|
|
1069
|
+
color: #222222; }
|
|
1069
1070
|
.loyalty-rewards-container .points {
|
|
1070
1071
|
display: inline-block;
|
|
1071
1072
|
font-size: 14px;
|
|
1072
1073
|
font-weight: 300; }
|
|
1073
1074
|
.loyalty-rewards-container .agree {
|
|
1074
|
-
font-size: 12px; }
|
|
1075
|
+
font-size: 12px; }
|
|
1076
|
+
.loyalty-rewards-container .link-like {
|
|
1077
|
+
color: #222222 !important;
|
|
1078
|
+
text-decoration: underline !important;
|
|
1079
|
+
font-size: 12px !important;
|
|
1080
|
+
font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
|
1081
|
+
display: block; }
|
|
1082
|
+
.loyalty-rewards-container .link-like:hover {
|
|
1083
|
+
color: #767676; }
|
|
1084
|
+
.loyalty-rewards-container .link-like:focus {
|
|
1085
|
+
outline: 1px solid #222222; }
|
|
1086
|
+
.loyalty-rewards-container .link-like:disabled {
|
|
1087
|
+
color: #bebebe; } }
|
|
1075
1088
|
|