@everymatrix/casino-header-controller 0.0.302 → 0.0.305
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.305",
|
|
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": "c3d97ef3aa80d72345ba793aeee7bf1345a66395"
|
|
42
42
|
}
|
|
@@ -447,6 +447,7 @@
|
|
|
447
447
|
|
|
448
448
|
.HeaderBranding {
|
|
449
449
|
width: 140px;
|
|
450
|
+
margin-right: 15px;
|
|
450
451
|
cursor: pointer;
|
|
451
452
|
img {
|
|
452
453
|
width: 100%;
|
|
@@ -485,7 +486,7 @@
|
|
|
485
486
|
}
|
|
486
487
|
|
|
487
488
|
.Item {
|
|
488
|
-
padding: 0
|
|
489
|
+
padding: 0 12px;
|
|
489
490
|
display: flex;
|
|
490
491
|
align-items: center;
|
|
491
492
|
}
|
|
@@ -511,11 +512,12 @@
|
|
|
511
512
|
border-radius: 5px;
|
|
512
513
|
background: transparent;
|
|
513
514
|
font-size: 14px;
|
|
515
|
+
font-weight: 600;
|
|
514
516
|
border: solid 1px var(--emfe-w-color-white, #FFFFFF);
|
|
515
517
|
height: 44px;
|
|
516
518
|
text-align: center;
|
|
517
519
|
line-height: 44px;
|
|
518
|
-
margin-right:
|
|
520
|
+
margin-right: 10px;
|
|
519
521
|
cursor: pointer;
|
|
520
522
|
}
|
|
521
523
|
|
|
@@ -589,6 +591,7 @@
|
|
|
589
591
|
.HeaderItemsMenuSecondary .ItemSecondary {
|
|
590
592
|
padding: 0 15px;
|
|
591
593
|
cursor: pointer;
|
|
594
|
+
font-weight: 600;
|
|
592
595
|
transition-duration: 0.15s;
|
|
593
596
|
|
|
594
597
|
a {
|