@everymatrix/casino-game-page 0.0.371 → 0.0.372
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.
|
3
|
+
"version": "0.0.372",
|
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": "
|
39
|
+
"gitHead": "5612b26ae9b59681de1e96fae53e69e4dd94f3cf"
|
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;
|