@everymatrix/casino-header-controller 0.0.252 → 0.0.253
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-header-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.253",
|
|
4
4
|
"main": "dist/casino-header-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "1a780c42a4b30b6886e6e01c8c74129698591c2d"
|
|
42
42
|
}
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
}
|
|
455
455
|
|
|
456
456
|
.Item {
|
|
457
|
-
padding: 0
|
|
457
|
+
padding: 0 15px;
|
|
458
458
|
display: flex;
|
|
459
459
|
align-items: center;
|
|
460
460
|
}
|
|
@@ -511,6 +511,12 @@
|
|
|
511
511
|
color: var(--emfe-w-color-white, #FFFFFF);
|
|
512
512
|
border: none;
|
|
513
513
|
cursor: pointer;
|
|
514
|
+
outline: none;
|
|
515
|
+
-webkit-appearance: none;
|
|
516
|
+
-moz-appearance: none;
|
|
517
|
+
appearance: none;
|
|
518
|
+
background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat var(--emfe-w-color-header-bg, #050518);
|
|
519
|
+
background-position: calc(100% - 0.75rem) center;
|
|
514
520
|
|
|
515
521
|
option {
|
|
516
522
|
color: var(--emfe-w-color-contrast, #07072A);
|
|
@@ -587,12 +593,13 @@
|
|
|
587
593
|
|
|
588
594
|
.HeaderItemsMenu {
|
|
589
595
|
.Item {
|
|
596
|
+
padding: 0 10px;
|
|
590
597
|
display: block;
|
|
591
598
|
width: unset;
|
|
592
599
|
}
|
|
593
600
|
|
|
594
601
|
.ItemBalance {
|
|
595
|
-
font-size:
|
|
602
|
+
font-size: 12px;
|
|
596
603
|
}
|
|
597
604
|
|
|
598
605
|
.ItemAccount {
|
|
@@ -601,9 +608,9 @@
|
|
|
601
608
|
}
|
|
602
609
|
|
|
603
610
|
.ItemRegister, .ItemDeposit, .ItemLogin {
|
|
604
|
-
height:
|
|
605
|
-
line-height:
|
|
606
|
-
font-size:
|
|
611
|
+
height: 30px;
|
|
612
|
+
line-height: 30px;
|
|
613
|
+
font-size: 12px;
|
|
607
614
|
}
|
|
608
615
|
|
|
609
616
|
.ItemLogin {
|