@everymatrix/casino-header-controller 1.17.2 → 1.17.4
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": "1.17.
|
|
3
|
+
"version": "1.17.4",
|
|
4
4
|
"main": "dist/casino-header-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "9bb18c43ff2bfc607d04dde35cedd5c861f4d483"
|
|
41
41
|
}
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
position: absolute;
|
|
698
698
|
z-index: 1;
|
|
699
699
|
color: var(--emfe-w-header-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
700
|
-
background: var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-
|
|
700
|
+
background: var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-background-secondary, #050518));
|
|
701
701
|
max-height: 150px;
|
|
702
702
|
overflow-y: auto;
|
|
703
703
|
}
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
border-radius: 2px;
|
|
734
734
|
}
|
|
735
735
|
.HeaderWrapper {
|
|
736
|
-
background: var(--emfe-w-header-color-menu-bg, var(--emfe-w-color-
|
|
736
|
+
background: var(--emfe-w-header-color-menu-bg, var(--emfe-w-color-background-secondary, #050518));
|
|
737
737
|
}
|
|
738
738
|
|
|
739
739
|
.HeaderContainer {
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
.HeaderSecondaryNav {
|
|
775
775
|
flex-direction: row;
|
|
776
776
|
width: 100%;
|
|
777
|
-
background: var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-
|
|
777
|
+
background: var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-background-secondary, #050518));
|
|
778
778
|
border-top: 1px solid var(--emfe-w-color-gray-300, #58586B);
|
|
779
779
|
}
|
|
780
780
|
|
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
}
|
|
866
866
|
|
|
867
867
|
.ItemLanguage.NoFlag{
|
|
868
|
-
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-header-color-menu-bg, var(--emfe-w-color-
|
|
868
|
+
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-header-color-menu-bg, var(--emfe-w-color-background-secondary, #050518));
|
|
869
869
|
background-position: calc(100% - 0.75rem) center;
|
|
870
870
|
width: 90px;
|
|
871
871
|
margin-right: 6px;
|