@everymatrix/casino-tournaments-table 0.0.330 → 0.0.331
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-table",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.331",
|
|
4
4
|
"main": "dist/casino-tournaments-table.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": "5c0181c53436efa45b47eea2b32ccea002e3b1de"
|
|
40
40
|
}
|
|
@@ -452,11 +452,14 @@
|
|
|
452
452
|
}
|
|
453
453
|
}
|
|
454
454
|
.TableUserTooltips{
|
|
455
|
-
|
|
455
|
+
display: flex;
|
|
456
|
+
gap: 4px;
|
|
457
|
+
flex-direction: row;
|
|
456
458
|
width: 100%;
|
|
457
|
-
|
|
458
|
-
|
|
459
|
+
padding: 10px 0;
|
|
460
|
+
background: var(--emfe-w-table-currentuser-bg, #533a34);
|
|
459
461
|
font-size: 0.8rem;
|
|
462
|
+
line-height: 1.2;
|
|
460
463
|
}
|
|
461
464
|
.TooltipsRow {
|
|
462
465
|
border: 2px solid var(--emfe-w-tooltips-border, #fecf00);
|
|
@@ -491,7 +494,7 @@
|
|
|
491
494
|
vertical-align: text-top;
|
|
492
495
|
width: 14px;
|
|
493
496
|
height: 14px;
|
|
494
|
-
fill: var(--emfe-w-color-exclamation
|
|
497
|
+
fill: var(--emfe-w-color-exclamation, #fecf00);
|
|
495
498
|
}
|
|
496
499
|
.TableUserDetails {
|
|
497
500
|
background: var(--emfe-w-color-contrast, #07072A);
|