@everymatrix/casino-header-controller 1.13.1 → 1.13.3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-header-controller",
|
3
|
-
"version": "1.13.
|
3
|
+
"version": "1.13.3",
|
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": "48b6089860997ccec81349fb3e59500cd264ed5d"
|
41
41
|
}
|
@@ -565,6 +565,19 @@
|
|
565
565
|
|
566
566
|
<style lang="scss">
|
567
567
|
|
568
|
+
*,
|
569
|
+
*::before,
|
570
|
+
*::after {
|
571
|
+
font-family: inherit
|
572
|
+
}
|
573
|
+
|
574
|
+
:host {
|
575
|
+
font-family: inherit;
|
576
|
+
}
|
577
|
+
|
578
|
+
input,
|
579
|
+
textarea,
|
580
|
+
button {font-family: inherit}
|
568
581
|
|
569
582
|
|
570
583
|
.HeaderSlider {
|