@everymatrix/casino-game-thumbnail 1.17.0 → 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-game-thumbnail",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.2",
|
|
4
4
|
"main": "dist/casino-game-thumbnail.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
|
}
|
|
@@ -746,10 +746,10 @@
|
|
|
746
746
|
&Btn {
|
|
747
747
|
appearance: none;
|
|
748
748
|
padding: 6px;
|
|
749
|
-
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
|
749
|
+
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
750
750
|
color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
751
751
|
font-size: 16px;
|
|
752
|
-
border: 2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
|
752
|
+
border: 2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
753
753
|
border-radius: 5px;
|
|
754
754
|
cursor: pointer;
|
|
755
755
|
transition: border 150ms ease-in-out;
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
&Label {
|
|
782
782
|
font-size: 11px;
|
|
783
783
|
padding: 3px;
|
|
784
|
-
background-color: var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
|
784
|
+
background-color: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
785
785
|
color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
786
786
|
font-weight: bold;
|
|
787
787
|
text-transform: uppercase;
|