@everymatrix/casino-collections-providers 1.17.1 → 1.17.3
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-collections-providers",
|
3
|
-
"version": "1.17.
|
3
|
+
"version": "1.17.3",
|
4
4
|
"main": "index.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": "89baba5648f1fb1c1ff4fbe9369eb83965480ce7"
|
39
39
|
}
|
@@ -242,7 +242,7 @@
|
|
242
242
|
}
|
243
243
|
|
244
244
|
.CasinoCollectionsProviders {
|
245
|
-
background: var(--emfe-w-casino-color-bg, var(--emfe-w-color-
|
245
|
+
background: var(--emfe-w-casino-color-bg, var(--emfe-w-color-background, #07072A));
|
246
246
|
width: 100%;
|
247
247
|
height: 330px;
|
248
248
|
margin: 0 auto;
|
@@ -323,7 +323,7 @@
|
|
323
323
|
position: absolute;
|
324
324
|
}
|
325
325
|
&Title {
|
326
|
-
color: var(--emfe-w-casino-typography, var(--emfe-w-color-
|
326
|
+
color: var(--emfe-w-casino-typography, var(--emfe-w-color-constrast, #FFFFFF));
|
327
327
|
font-size: 18px;
|
328
328
|
letter-spacing: 1px;
|
329
329
|
}
|
@@ -397,8 +397,8 @@
|
|
397
397
|
height: 64px;
|
398
398
|
margin: 8px;
|
399
399
|
border-radius: 50%;
|
400
|
-
border: 6px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
401
|
-
border-color: var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
400
|
+
border: 6px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
401
|
+
border-color: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C)) transparent var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C)) transparent;
|
402
402
|
animation: LoadingSpinner 1.2s linear infinite;
|
403
403
|
}
|
404
404
|
@keyframes LoadingSpinner {
|