@everymatrix/casino-betslip-indicator 1.13.15 → 1.13.16
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-betslip-indicator",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.16",
|
|
4
4
|
"main": "dist/casino-betslip-indicator.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": "586fd8038cd1f675aab3c6a81922c36e5d8faa34"
|
|
39
39
|
}
|
|
@@ -112,8 +112,6 @@
|
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
<style lang="scss">
|
|
115
|
-
|
|
116
|
-
|
|
117
115
|
*,
|
|
118
116
|
*::before,
|
|
119
117
|
*::after {
|
|
@@ -135,13 +133,15 @@
|
|
|
135
133
|
bottom: 20%;
|
|
136
134
|
right: 20px;
|
|
137
135
|
color: #fff;
|
|
138
|
-
background: var(--emfe-w-color-primary, #D0046C);
|
|
136
|
+
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));
|
|
137
|
+
box-shadow: 0px 5px 30px var(--emfe-w-color-gray-100, #E6E6E6);
|
|
139
138
|
border-radius: 50%;
|
|
139
|
+
border: none;
|
|
140
140
|
|
|
141
141
|
&__icon {
|
|
142
142
|
display: flex;
|
|
143
143
|
width: 20px;
|
|
144
|
-
fill: var(--emfe-w-color-white, #FFFFFF);
|
|
144
|
+
fill: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
&__number {
|
|
@@ -153,14 +153,14 @@
|
|
|
153
153
|
top: -10px;
|
|
154
154
|
width: 25px;
|
|
155
155
|
height: 25px;
|
|
156
|
-
background: var(--emfe-w-color-
|
|
157
|
-
color: var(--emfe-w-color-white, #FFFFFF);
|
|
156
|
+
background: var(--emfe-w-casino-color-bg, var(--emfe-w-color-dunkel, #07072A));
|
|
157
|
+
color: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
158
158
|
border-radius: 50%;
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
.loader {
|
|
163
|
-
color: var(--emfe-w-color-white, #FFFFFF);
|
|
163
|
+
color: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
164
164
|
font-size: 2px;
|
|
165
165
|
margin: 100px auto;
|
|
166
166
|
width: 1em;
|