@everymatrix/cashier-receipt-page 1.28.0 → 1.28.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/cashier-receipt-page",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.2",
|
|
4
4
|
"main": "index.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": "d958fcf980942e498f37b94d506a1b27a5169aa4"
|
|
39
39
|
}
|
|
@@ -253,7 +253,6 @@
|
|
|
253
253
|
background: var(--emw--color-background, #fff);
|
|
254
254
|
padding: 0 0 10px 0;
|
|
255
255
|
margin: 0 auto;
|
|
256
|
-
max-width: 530px;
|
|
257
256
|
position: relative;
|
|
258
257
|
word-wrap: break-word;
|
|
259
258
|
}
|
|
@@ -262,7 +261,6 @@
|
|
|
262
261
|
width: 100%;
|
|
263
262
|
height: 200px;
|
|
264
263
|
border-bottom: 1px solid rgba(0,0,0,.1);
|
|
265
|
-
background: linear-gradient(180deg,#e8e9eb,hsla(0,0%,75.7%,0));
|
|
266
264
|
display: flex;
|
|
267
265
|
align-items: flex-end;
|
|
268
266
|
flex-direction: row-reverse;
|