@everymatrix/casino-footer-v2 0.0.387 → 0.0.388
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.388",
|
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": "84db50c28b19402630231f365f7255804737565d"
|
40
40
|
}
|
@@ -480,7 +480,7 @@
|
|
480
480
|
<style lang="scss">
|
481
481
|
|
482
482
|
:host {
|
483
|
-
font-family: system-ui, -apple-system,
|
483
|
+
font-family: system-ui, -apple-system, Roboto, Helvetica;
|
484
484
|
}
|
485
485
|
$color-white : #E8E9EB;
|
486
486
|
|
@@ -492,6 +492,7 @@
|
|
492
492
|
.Footer {
|
493
493
|
background-color: $color-white;
|
494
494
|
display: flex;
|
495
|
+
padding: 21px 12px;
|
495
496
|
flex-direction: row;
|
496
497
|
}
|
497
498
|
|