Skip to content
Snippets Groups Projects
Commit 420eb05d authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

better card

parent 524a0fb1
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,13 @@ ...@@ -84,7 +84,13 @@
</div> </div>
<h5 class="card-title">'.$shop['item']->getLabel().'</h5> <h5 class="card-title">'.$shop['item']->getLabel().'</h5>
<p class="card-text"><div class="mc-face-viewer-8x" style="background-image:url(\''.$shop['seller']->getSkin().'\')"></div> </p> <div class="d-flex">
<div class="mc-face-viewer-4x" style="background-image:url(\''.$shop['seller']->getSkin().'\')"></div>
<div class="d-flex flex-column">
<span><strong>Vendu par:</strong> '.$shop['seller']->getUsername().'</span>
<span><strong>Prix:</strong> '.$shop['price'].'€</span>
</div>
</div>
<div class="mc-button normal"> <div class="mc-button normal">
<div class="title">Se téléporter</div> <div class="title">Se téléporter</div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment