Skip to content
Snippets Groups Projects
Commit 96155bbd authored by Hugo BAYOUD's avatar Hugo BAYOUD
Browse files

for guigui

parent 5b7aa2ad
No related branches found
No related tags found
1 merge request!1Resolve "[FRONT] Créer la page : choix des bars"
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -15,10 +15,10 @@
}
.card {
background-color: #DCDCDC;
border-radius: 5px;
border: 1px #222222 solid;
margin: 5px 15px;
background-color: #FFFFFF;
border-radius: 4px;
margin: 8px 15px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(34, 34, 34, 0.2);
}
.card-header, .card-actions {
......
......@@ -18,3 +18,17 @@
</div>
</div>
</section>
<!-- <section>
<div class=" card row-container center">
<div class="card-header">
<img class="logo-img" src="https://fakeimg.pl/300/" alt="fake-img">
</div>
<div class="card-content">
<p>Déliriuem Café clermont-ferrand</p>
<div>{{ bar.address }}</div>
</div>
<div class="card-action">
<button mat-raised-button color='accent'>choisir</button>
</div>
</div>
</section> -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment