@everymatrix/casino-footer-v2 1.17.3 → 1.17.5
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.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-footer-v2",
|
3
|
-
"version": "1.17.
|
3
|
+
"version": "1.17.5",
|
4
4
|
"main": "dist/casino-footer-v2.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -35,5 +35,5 @@
|
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "e558426aacbc1f9a28260526551afc6d4cf887b1"
|
39
39
|
}
|
@@ -574,7 +574,7 @@
|
|
574
574
|
.FooterTitle {
|
575
575
|
font-weight: 500;
|
576
576
|
font-size: 12px;
|
577
|
-
color: #111;
|
577
|
+
color: var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #111));
|
578
578
|
text-transform: uppercase;
|
579
579
|
margin: 21px 12px;
|
580
580
|
}
|
@@ -605,7 +605,7 @@
|
|
605
605
|
font-style: normal;
|
606
606
|
font-weight: 300;
|
607
607
|
font-size: 12px;
|
608
|
-
color: #111;
|
608
|
+
color: var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #111));
|
609
609
|
}
|
610
610
|
.LicenseDesc {
|
611
611
|
flex: 1;
|
@@ -733,7 +733,7 @@
|
|
733
733
|
|
734
734
|
a {
|
735
735
|
text-decoration: none;
|
736
|
-
color:
|
736
|
+
color: var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #111));
|
737
737
|
display: inline-block;
|
738
738
|
|
739
739
|
width: 150px;
|