@everchron/ec-shards 0.6.21 → 0.6.22
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/ec-shards.common.js +32 -28
- package/dist/ec-shards.common.js.map +1 -1
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.umd.js +32 -28
- package/dist/ec-shards.umd.js.map +1 -1
- package/dist/ec-shards.umd.min.js +2 -2
- package/dist/ec-shards.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/data-card/data-card.vue +3 -0
package/package.json
CHANGED
|
@@ -227,11 +227,14 @@
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.chained{
|
|
230
|
+
display: inline-flex;
|
|
231
|
+
|
|
230
232
|
> span{
|
|
231
233
|
&:after{
|
|
232
234
|
content: "•";
|
|
233
235
|
margin: 0 5px;
|
|
234
236
|
opacity: .7;
|
|
237
|
+
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", sans-serif, "Apple Color Emoji";
|
|
235
238
|
}
|
|
236
239
|
|
|
237
240
|
&:last-child:after{
|