@everymatrix/casino-page 0.0.268 → 0.0.271
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/dist/casino-page.js +1 -1
- package/dist/casino-page.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoPage.svelte +7 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-page",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.271",
|
|
4
4
|
"main": "dist/casino-page.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": "656de48b1f32eaa465896b097c02035605903871"
|
|
40
40
|
}
|
package/src/CasinoPage.svelte
CHANGED
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
}
|
|
1205
1205
|
.SearchWrapper {
|
|
1206
1206
|
position: relative;
|
|
1207
|
-
display: flex;
|
|
1207
|
+
display: inline-flex;
|
|
1208
1208
|
color: rgba(199, 210, 254, 1);
|
|
1209
1209
|
|
|
1210
1210
|
.SearchIcon {
|
|
@@ -1347,6 +1347,7 @@
|
|
|
1347
1347
|
background-color: rgba(208, 5, 108, 1);
|
|
1348
1348
|
z-index: 1;
|
|
1349
1349
|
.SearchWrapper {
|
|
1350
|
+
display: flex;
|
|
1350
1351
|
color: var(--emfe-w-color-white, #FFFFFF);
|
|
1351
1352
|
.SearchIcon {
|
|
1352
1353
|
left: 2.4%;
|
|
@@ -1455,7 +1456,11 @@
|
|
|
1455
1456
|
.FiltersActive.ClearFilterButtonWrapper {
|
|
1456
1457
|
display: inline-flex;
|
|
1457
1458
|
}
|
|
1458
|
-
.ClearSearchButton
|
|
1459
|
+
.ClearSearchButton {
|
|
1460
|
+
right: 2.4%;
|
|
1461
|
+
top: 11px;
|
|
1462
|
+
}
|
|
1463
|
+
.ClearSearchButtonMobile {
|
|
1459
1464
|
right: 2.4%;
|
|
1460
1465
|
top: 9px;
|
|
1461
1466
|
}
|