@everymatrix/casino-footer-v2 1.17.2 → 1.17.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-footer-v2",
3
- "version": "1.17.2",
3
+ "version": "1.17.3",
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": "462a557bf7dab099fad999a6d0998f5155877620"
38
+ "gitHead": "89baba5648f1fb1c1ff4fbe9369eb83965480ce7"
39
39
  }
@@ -555,7 +555,7 @@
555
555
 
556
556
  .Footer {
557
557
  position: relative;
558
- background-color: $color-white;
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,7 +570,7 @@
570
570
  height: 100%;
571
571
  display: flex;
572
572
  flex-direction: column;
573
- background-color: $color-white;
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;
@@ -585,7 +585,7 @@
585
585
  display: flex;
586
586
  max-width: 1200px;
587
587
  margin: auto;
588
- background-color: $color-white;
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;
@@ -694,7 +694,7 @@
694
694
 
695
695
  .LanguageDrawer {
696
696
  position:absolute;
697
- background: $color-white;
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;