@everymatrix/casino-random-game 1.17.1 → 1.17.2
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-random-game",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.2",
|
|
4
4
|
"main": "dist/casino-random-game.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": "
|
|
38
|
+
"gitHead": "462a557bf7dab099fad999a6d0998f5155877620"
|
|
39
39
|
}
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
min-height: 380px;
|
|
269
269
|
max-width: 500px;
|
|
270
270
|
padding: 40px 40px 16px 40px;
|
|
271
|
-
border-top: 3px solid var(--emfe-w-color-secondary, var(--emfe-w-color-
|
|
271
|
+
border-top: 3px solid var(--emfe-w-color-secondary, var(--emfe-w-color-secondary, #FD2839));
|
|
272
272
|
border-radius: 5px;
|
|
273
273
|
position: relative;
|
|
274
274
|
background: var(--emfe-w-color-white, #FFFFFF);
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
top: 10px;
|
|
279
279
|
right: 10px;
|
|
280
280
|
border-radius: 50%;
|
|
281
|
-
color: var(--emfe-w-color-secondary, var(--emfe-w-color-
|
|
281
|
+
color: var(--emfe-w-color-secondary, var(--emfe-w-color-secondary, #FD2839));
|
|
282
282
|
background: rgba(255, 255, 255, .1);
|
|
283
283
|
cursor: pointer;
|
|
284
284
|
transition: all 150ms ease-in-out;
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
position: absolute;
|
|
345
345
|
bottom: -10px;
|
|
346
346
|
right: -10px;
|
|
347
|
-
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
|
347
|
+
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
348
348
|
color: var(--emfe-w-color-white, #FFFFFF);
|
|
349
349
|
display: flex;
|
|
350
350
|
align-items: center;
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
margin-bottom: 10px;
|
|
380
380
|
}
|
|
381
381
|
.RandomGamePlay {
|
|
382
|
-
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
|
382
|
+
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
383
383
|
color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
384
384
|
border: none;
|
|
385
385
|
border-radius: 5px;
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
display: flex;
|
|
400
400
|
align-items: center;
|
|
401
401
|
gap: 5px;
|
|
402
|
-
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
|
402
|
+
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
403
403
|
color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
404
404
|
border: none;
|
|
405
405
|
border-radius: 5px;
|