@everymatrix/casino-header-controller 1.17.0 → 1.17.2
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.2",
|
|
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": "462a557bf7dab099fad999a6d0998f5155877620"
|
|
41
41
|
}
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
.LanguageOption:hover {
|
|
732
|
-
background-color: var(--emfe-w-header-color-primary, var(--emfe-w-color-
|
|
732
|
+
background-color: var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
733
733
|
border-radius: 2px;
|
|
734
734
|
}
|
|
735
735
|
.HeaderWrapper {
|
|
@@ -813,8 +813,8 @@
|
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
.Item a:hover {
|
|
816
|
-
color: var(--emfe-w-header-color-primary, var(--emfe-w-color-
|
|
817
|
-
border-top: 1px solid var(--emfe-w-header-color-primary, var(--emfe-w-color-
|
|
816
|
+
color: var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
817
|
+
border-top: 1px solid var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
818
818
|
padding-top: 5px;
|
|
819
819
|
}
|
|
820
820
|
|
|
@@ -833,7 +833,7 @@
|
|
|
833
833
|
|
|
834
834
|
.ItemRegister, .ItemDeposit {
|
|
835
835
|
border-radius: 5px;
|
|
836
|
-
background: var(--emfe-w-header-color-primary, var(--emfe-w-color-
|
|
836
|
+
background: var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
837
837
|
font-size: 14px;
|
|
838
838
|
height: 44px;
|
|
839
839
|
text-align: center;
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
}
|
|
843
843
|
|
|
844
844
|
.ItemDeposit {
|
|
845
|
-
background: var(--emfe-w-header-color-primary, var(--emfe-w-color-
|
|
845
|
+
background: var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
.ItemLanguage {
|
|
@@ -922,11 +922,11 @@
|
|
|
922
922
|
text-transform: uppercase;
|
|
923
923
|
cursor: pointer;
|
|
924
924
|
&:hover {
|
|
925
|
-
color: var(--emfe-w-header-color-primary, var(--emfe-w-color-
|
|
925
|
+
color: var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
926
926
|
}
|
|
927
927
|
|
|
928
928
|
&:focus {
|
|
929
|
-
color: var(--emfe-w-header-color-primary, var(--emfe-w-color-
|
|
929
|
+
color: var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
930
930
|
}
|
|
931
931
|
|
|
932
932
|
&:visited {
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
}
|
|
940
940
|
}
|
|
941
941
|
&.active {
|
|
942
|
-
background: var(--emfe-w-header-color-primary, var(--emfe-w-color-
|
|
942
|
+
background: var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
945
|
|