@everymatrix/casino-footer-v2 0.0.387 → 0.0.389
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": "0.0.
|
3
|
+
"version": "0.0.389",
|
4
4
|
"main": "dist/casino-footer-v2.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"publishConfig": {
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "2b565e2e539a72c0d78cdcfc1ffc87929474ff44"
|
40
40
|
}
|
@@ -478,9 +478,8 @@
|
|
478
478
|
|
479
479
|
|
480
480
|
<style lang="scss">
|
481
|
-
|
482
481
|
:host {
|
483
|
-
font-family: system-ui, -apple-system,
|
482
|
+
font-family: system-ui, -apple-system, Roboto, Helvetica;
|
484
483
|
}
|
485
484
|
$color-white : #E8E9EB;
|
486
485
|
|
@@ -492,6 +491,7 @@
|
|
492
491
|
.Footer {
|
493
492
|
background-color: $color-white;
|
494
493
|
display: flex;
|
494
|
+
padding: 21px 12px;
|
495
495
|
flex-direction: row;
|
496
496
|
}
|
497
497
|
|