@everymatrix/casino-game-page 0.0.296 → 0.0.299
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.299",
|
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": "d47d16da59eaa3347055cc1787731a83aca7c69c"
|
40
40
|
}
|
@@ -828,6 +828,14 @@
|
|
828
828
|
height: 30px;
|
829
829
|
color: var(--emfe-w-color-white, #FFFFFF);
|
830
830
|
cursor: pointer;
|
831
|
+
|
832
|
+
//Remove text selection for panic button on mobile
|
833
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
834
|
+
-webkit-user-select: none; /* Safari */
|
835
|
+
-moz-user-select: none; /* Old versions of Firefox */
|
836
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
837
|
+
user-select: none;
|
838
|
+
// End of removing selection properties
|
831
839
|
}
|
832
840
|
|
833
841
|
.PanicButtonAnimation {
|