@everymatrix/casino-footer-v2 1.43.3 → 1.43.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-footer-v2",
|
3
|
-
"version": "1.43.
|
3
|
+
"version": "1.43.4",
|
4
4
|
"main": "dist/casino-footer-v2.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -35,5 +35,5 @@
|
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "8464c47cb49b4ffa1c9debfac3a7dfc3097cf57a"
|
39
39
|
}
|
@@ -527,7 +527,7 @@
|
|
527
527
|
</div>
|
528
528
|
<button class="DrawerButton" value="{selectedLanguage}" on:click={toggleLanguageDrawer}><img class="LanguageFlag" src={currentLanguageFlag}>{languageDisplayName}
|
529
529
|
<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg">
|
530
|
-
<path opacity="
|
530
|
+
<path opacity="1" d="M0.94 0L4.00067 3.05467L7.06 0L8 0.940667L4.00067 4.94133L0 0.940667L0.94 0Z" fill="var(--emfe-w-footer-typography, var(--emfe-w-color-white, #FFFFFF));"/>
|
531
531
|
</svg>
|
532
532
|
</button>
|
533
533
|
</div>
|
@@ -688,16 +688,19 @@
|
|
688
688
|
font: inherit;
|
689
689
|
cursor: pointer;
|
690
690
|
outline: inherit;
|
691
|
-
|
691
|
+
color: var(--emfe-w-footer-typography, var(--emfe-w-color-white, #FFFFFF));
|
692
692
|
display: flex;
|
693
693
|
justify-content: space-evenly;
|
694
694
|
align-items: center;
|
695
|
-
|
696
695
|
border-radius: 0px;
|
697
696
|
border: 0;
|
698
697
|
position: relative;
|
699
698
|
}
|
700
699
|
|
700
|
+
.DrawerButton svg path {
|
701
|
+
fill: var(--emfe-w-footer-typography, var(--emfe-w-color-white, #FFFFFF));
|
702
|
+
}
|
703
|
+
|
701
704
|
.LanguageDrawer {
|
702
705
|
position:absolute;
|
703
706
|
background-color: var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #E8E9EB));
|