@everymatrix/casino-filter-modal 0.0.257 → 0.0.260
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.260",
|
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": "a30fdd6f6180c69aabbc0daf1bf2a2e1342bf0e2"
|
40
40
|
}
|
@@ -127,13 +127,6 @@
|
|
127
127
|
</div>
|
128
128
|
|
129
129
|
<style lang="scss">
|
130
|
-
//This function does a multiplication
|
131
|
-
// in order to work with px the
|
132
|
-
// same way as working with em
|
133
|
-
@function ttp($value) {
|
134
|
-
$multiplicator: 16px;
|
135
|
-
@return $value * $multiplicator;
|
136
|
-
}
|
137
130
|
|
138
131
|
:host {
|
139
132
|
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|