@everymatrix/casino-game-page 0.0.371 → 0.0.373

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-game-page",
3
- "version": "0.0.371",
3
+ "version": "0.0.373",
4
4
  "main": "dist/casino-game-page.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "a65da5df7804bc4424b6c9a5564a0ad17c001dc2"
39
+ "gitHead": "3bb29ff6b10cde6e6743246630ece67ff22455bf"
40
40
  }
@@ -737,7 +737,10 @@
737
737
  gap: 0px 0px;
738
738
  justify-items: center;
739
739
  border-radius:0 0 6px 6px;
740
-
740
+ button {
741
+ cursor: pointer;
742
+ }
743
+
741
744
  &.BottomGamePanicSection {
742
745
  grid-template-columns: 1fr 1fr 1fr 1fr;
743
746
  }
@@ -752,7 +755,6 @@
752
755
  background-color: var(--emfe-w-color-primary, #D0046C);
753
756
  color: var(--emfe-w-color-white, #FFFFFF);
754
757
  border-radius: 2px;
755
- cursor: pointer;
756
758
  }
757
759
  .GameThumbnail {
758
760
  border-radius: 2px;