lighteningcards 2.2.1 → 2.2.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/dist/index.cjs.js +447 -1234
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.esm.js +447 -1234
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/LighteningCard.css +5 -1
package/package.json
CHANGED
package/src/LighteningCard.css
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
font-family: Palatino-Bold;
|
|
3
3
|
font-style: normal;
|
|
4
4
|
font-weight: 400;
|
|
5
|
-
src: url(https://static.egcdn.com/frontend/evo/r2/fonts/palatinobo.675fff04.woff2)
|
|
5
|
+
src: url(https://static.egcdn.com/frontend/evo/r2/fonts/palatinobo.675fff04.woff2)
|
|
6
|
+
format("woff2");
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
.lightening-card {
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
transform: translateX(-50%);
|
|
109
110
|
width: 85%;
|
|
110
111
|
z-index: 1;
|
|
112
|
+
background: black;
|
|
111
113
|
}
|
|
112
114
|
|
|
113
115
|
.multiplier--22733 {
|
|
@@ -191,6 +193,7 @@
|
|
|
191
193
|
display: inline-block;
|
|
192
194
|
position: relative;
|
|
193
195
|
width: 100%;
|
|
196
|
+
z-index: 100;
|
|
194
197
|
}
|
|
195
198
|
|
|
196
199
|
.card--32433,
|
|
@@ -254,6 +257,7 @@
|
|
|
254
257
|
transform: translateX(-51%);
|
|
255
258
|
width: 85%;
|
|
256
259
|
z-index: 1;
|
|
260
|
+
background: black;
|
|
257
261
|
}
|
|
258
262
|
}
|
|
259
263
|
|