@everymatrix/casino-tournaments-filter-controller 0.0.192 → 0.0.196
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-tournaments-filter-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.196",
|
|
4
4
|
"main": "dist/casino-tournaments-filter-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "9809bd993cd1842fb5832ca5b3269eb33d0be029"
|
|
41
41
|
}
|
|
@@ -140,7 +140,10 @@
|
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
<style lang="scss">
|
|
143
|
-
|
|
143
|
+
:host {
|
|
144
|
+
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
145
|
+
}
|
|
146
|
+
|
|
144
147
|
*,
|
|
145
148
|
*::before,
|
|
146
149
|
*::after {
|
|
@@ -150,7 +153,6 @@
|
|
|
150
153
|
text-decoration: none;
|
|
151
154
|
outline: none;
|
|
152
155
|
box-sizing: border-box;
|
|
153
|
-
font-family: "Helvetica Neue", "Helvetica", sans-serif;
|
|
154
156
|
}
|
|
155
157
|
|
|
156
158
|
ul {
|
|
@@ -168,7 +170,6 @@
|
|
|
168
170
|
margin: 0;
|
|
169
171
|
font-size: 14px;
|
|
170
172
|
text-align:center;
|
|
171
|
-
font-family: $font-stack;
|
|
172
173
|
letter-spacing: 0px;
|
|
173
174
|
color: #FFFFFF;
|
|
174
175
|
opacity: 1;
|
|
@@ -217,7 +218,6 @@
|
|
|
217
218
|
}
|
|
218
219
|
|
|
219
220
|
.FilterButton {
|
|
220
|
-
font-family: $font-stack;
|
|
221
221
|
font-size: 14px;
|
|
222
222
|
letter-spacing: 0px;
|
|
223
223
|
opacity: 1;
|