@everymatrix/casino-filter-modal 0.0.199 → 0.0.203

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.199",
3
+ "version": "0.0.203",
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": "92884caad124fb581a2825d771ad76a424b2c98c"
39
+ "gitHead": "31d7d9eeef7e68b954b83fb3dde25db05d8edf74"
40
40
  }
@@ -159,7 +159,7 @@
159
159
  width: 90%;
160
160
  max-width: 880px;
161
161
  padding: 60px;
162
- border-top: 1px solid #FD2839;
162
+ border-top: 3px solid #FD2839;
163
163
  border-radius: 5px;
164
164
  position: relative;
165
165
  background: #fff;
@@ -189,6 +189,7 @@
189
189
  }
190
190
  .FilterModalMobileContainer {
191
191
  padding: 10px;
192
+ border-top: none;
192
193
  .FilterModalCloseBtn {
193
194
  margin: 10px;
194
195
  svg {