@@ -406,6 +406,12 @@ <h3 class="mistica-text-title2">Cards</h3>
406406 < h4 class ="mistica-text-title1 "> MediaCard / DataCard / SnapCard</ h4 >
407407 < div class ="cards-group ">
408408 < section class ="mistica-card ">
409+ < div class ="mistica-card__asset-floating " style ="border-radius: 50%; height:40px; width: 40px; background: var(--mistica-color-tagBackgroundActive) ">
410+ < svg width ="24 " height ="24 " viewBox ="0 0 24 24 " role ="presentation ">
411+ < path
412+ fill ="var(--mistica-color-tagTextActive) "
413+ d ="M11.39 19.862q.18.05.388.05c.353 0 .653-.112.85-.315q.297-.305.298-.835c0-.72-.425-1.15-1.145-1.15s-1.148.43-1.148 1.15q0 .526.298.835.184.188.46.265 "> </ path > < path fill ="var(--mistica-color-tagTextActive) " d ="M8.396 22.32c-1.141 0-1.974-.275-2.543-.838-.575-.57-.853-1.408-.853-2.558V5.396c0-1.121.278-1.945.85-2.526C6.428 2.286 7.26 2 8.396 2h6.764c1.145 0 1.977.277 2.55.853.572.575.846 1.404.846 2.543v13.528c0 1.15-.28 1.988-.852 2.558-.573.563-1.402.838-2.544.838zm0-19.164c-1.59 0-2.24.65-2.24 2.24v13.528c0 1.633.607 2.24 2.24 2.24h6.764c1.633 0 2.24-.607 2.24-2.24V5.396c0-.818-.168-1.384-.509-1.728s-.91-.512-1.731-.512z "> </ path > </ svg >
414+ </ div >
409415 < img class ="mistica-card__media " src ="https://picsum.photos/1200/1200 " />
410416 < div class ="mistica-tag-promo "> Headline</ div >
411417 < h2 class ="mistica-card__pretitle "> Pretitle</ h2 >
@@ -430,6 +436,9 @@ <h2 class="mistica-card__title">Title</h2>
430436 </ div >
431437 </ section >
432438 < section class ="mistica-card ">
439+ < div class ="mistica-card__asset " style ="border-radius: 50%; height:40px; width: 40px; ">
440+ < image src ="https://mistica-xnuea75b0-flows-projects-65bb050e.vercel.app/static/media/avatar.cb2db2e6.jpg " />
441+ </ div >
433442 < div class ="mistica-tag-promo "> Headline</ div >
434443 < h2 class ="mistica-card__pretitle "> Pretitle</ h2 >
435444 < h2 class ="mistica-card__title "> Title</ h2 >
@@ -453,6 +462,9 @@ <h2 class="mistica-card__title">Title</h2>
453462 </ div >
454463 </ section >
455464 < section class ="mistica-snap-card ">
465+ < div class ="mistica-card__asset ">
466+ < image src ="https://picsum.photos/250/100 " />
467+ </ div >
456468 < h2 class ="mistica-card__title "> Title</ h2 >
457469 < p class ="mistica-card__subtitle "> Subtitle</ p >
458470 < p class ="mistica-card__description "> Description</ p >
0 commit comments