@everymatrix/casino-tournaments-table 1.17.2 → 1.17.3

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-tournaments-table",
3
- "version": "1.17.2",
3
+ "version": "1.17.3",
4
4
  "main": "dist/casino-tournaments-table.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
  }
@@ -584,7 +584,7 @@
584
584
  background: var(--emfe-w-color-contrast, #07072A);
585
585
  width: 50px;
586
586
  height: 70px;
587
- border: 2px solid var(--emfe-w-color-contrast-600, #0D0D4D);
587
+ border: 2px solid var(--emfe-w-color-contrast, #0D0D4D);
588
588
  &.MobileClass {
589
589
  height: 50px;
590
590
  }
@@ -646,7 +646,7 @@
646
646
  padding: 1.5rem 1.25rem;
647
647
  height: 70px;
648
648
  background-color: var(--emfe-w-color-contrast, #07072A);
649
- border-bottom: 1px solid var(--emfe-w-color-contrast-600, #0D0D4D);
649
+ border-bottom: 1px solid var(--emfe-w-color-contrast, #0D0D4D);
650
650
  top: 0;
651
651
  color: var(--emfe-w-color-white, #FFFFFF);
652
652
  }
@@ -660,7 +660,7 @@
660
660
  font-size: 11px;
661
661
  max-width: 20%;
662
662
  background-color: var(--emfe-w-color-contrast, #07072A);
663
- border-bottom: 1px solid var(--emfe-w-color-contrast-600, #0D0D4D);
663
+ border-bottom: 1px solid var(--emfe-w-color-contrast, #0D0D4D);
664
664
  }
665
665
 
666
666
  td:first-child {