@everymatrix/casino-footer-v2 1.17.2 → 1.17.4
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.4",
|
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": "9bb18c43ff2bfc607d04dde35cedd5c861f4d483"
|
39
39
|
}
|
@@ -555,7 +555,7 @@
|
|
555
555
|
|
556
556
|
.Footer {
|
557
557
|
position: relative;
|
558
|
-
background-color:
|
558
|
+
background-color: var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #E8E9EB));
|
559
559
|
display: flex;
|
560
560
|
padding: 21px 12px;
|
561
561
|
flex-direction: row;
|
@@ -570,11 +570,11 @@
|
|
570
570
|
height: 100%;
|
571
571
|
display: flex;
|
572
572
|
flex-direction: column;
|
573
|
-
background-color:
|
573
|
+
background-color: var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #E8E9EB));
|
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
|
}
|
@@ -585,7 +585,7 @@
|
|
585
585
|
display: flex;
|
586
586
|
max-width: 1200px;
|
587
587
|
margin: auto;
|
588
|
-
background-color:
|
588
|
+
background-color: var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #E8E9EB));
|
589
589
|
flex-direction: column;
|
590
590
|
align-items: center;
|
591
591
|
justify-content: center;
|
@@ -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;
|
@@ -694,7 +694,7 @@
|
|
694
694
|
|
695
695
|
.LanguageDrawer {
|
696
696
|
position:absolute;
|
697
|
-
background:
|
697
|
+
background-color: var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #E8E9EB));
|
698
698
|
width: 150px;
|
699
699
|
bottom: 30px;
|
700
700
|
padding: 6px 0;
|
@@ -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;
|