@everymatrix/casino-filter-modal 0.0.224 → 0.0.229
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-filter-modal",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.229",
|
|
4
4
|
"main": "dist/casino-filter-modal.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": "efee0743817693e5186a61a1477e081208d48fec"
|
|
40
40
|
}
|
|
@@ -159,10 +159,10 @@
|
|
|
159
159
|
width: 90%;
|
|
160
160
|
max-width: 880px;
|
|
161
161
|
padding: 60px;
|
|
162
|
-
border-top: 3px solid #FD2839;
|
|
162
|
+
border-top: 3px solid var(--emfe-w-color-secondary, #FD2839);
|
|
163
163
|
border-radius: 5px;
|
|
164
164
|
position: relative;
|
|
165
|
-
background: #
|
|
165
|
+
background: var(--emfe-w-color-white, #FFFFFF);
|
|
166
166
|
}
|
|
167
167
|
.FilterModalCloseBtn {
|
|
168
168
|
position: absolute;
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
right: 0;
|
|
174
174
|
margin: 15px;
|
|
175
175
|
border-radius: 50%;
|
|
176
|
-
color: #FD2839;
|
|
176
|
+
color: var(--emfe-w-color-secondary, #FD2839);
|
|
177
177
|
background: rgba(255, 255, 255, .1);
|
|
178
178
|
cursor: pointer;
|
|
179
179
|
transition: all 150ms ease-in-out;
|