@everymatrix/casino-game-page 0.0.191 → 0.0.192

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.191",
3
+ "version": "0.0.192",
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": "df80d1a5b1d672c6cef6b88b664c11d2c5786745"
39
+ "gitHead": "90772f9f46872463853a444005e5adbfb07fc973"
40
40
  }
@@ -570,6 +570,7 @@
570
570
  background-color: #28A745;
571
571
  color: white;
572
572
  border-radius: 2px;
573
+ cursor: pointer;
573
574
  }
574
575
  .PlayNowButton {
575
576
  background-color: #D0046C;
@@ -676,7 +677,7 @@
676
677
  }
677
678
  .PanicSectionMobile {
678
679
  flex-direction: column;
679
- margin-bottom: 40px;
680
+ margin: 20px 0;
680
681
  }
681
682
  .PanicText {
682
683
  display: flex;
@@ -686,7 +687,7 @@
686
687
  display: flex;
687
688
  align-items: center;
688
689
  gap: 10px;
689
- margin-top: 20px;
690
+ margin: 20px 0;
690
691
 
691
692
  svg {
692
693
  fill: none;