@everymatrix/casino-tournaments-table 0.0.310 → 0.0.313
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.313",
|
|
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": "af5aea6963b17715112943ab526d7735afa34800"
|
|
40
40
|
}
|
|
@@ -561,6 +561,8 @@
|
|
|
561
561
|
animation-name: twinkle;
|
|
562
562
|
animation-duration: 1s;
|
|
563
563
|
animation-iteration-count: infinite;
|
|
564
|
+
width: 14px;
|
|
565
|
+
height: 14px;
|
|
564
566
|
}
|
|
565
567
|
|
|
566
568
|
@keyframes twinkle {
|
|
@@ -593,7 +595,7 @@
|
|
|
593
595
|
vertical-align: top;
|
|
594
596
|
text-align: inherit;
|
|
595
597
|
color: var(--emfe-w-color-white, #FFFFFF);
|
|
596
|
-
font-size:
|
|
598
|
+
font-size: 11px;
|
|
597
599
|
max-width: 20%;
|
|
598
600
|
background-color: var(--emfe-w-color-contrast, #07072A);
|
|
599
601
|
border-bottom: 1px solid var(--emfe-w-color-contrast-600, #0D0D4D);
|