@everymatrix/casino-header-controller 0.0.301 → 0.0.304

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.301",
3
+ "version": "0.0.304",
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": "0aaa2050b41f07624312c34d37c3b3b55bb33fcb"
41
+ "gitHead": "d89b47f1860e8b310635d3dbff60138a4eef1a70"
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 15px;
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: 20px;
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 {