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

modify last UI for corresponding to models

parent 96155bbd
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.
......@@ -51,4 +51,19 @@
.card-action {
flex-grow: 1;
}
\ No newline at end of file
}
/* TOP NOTE */
.top-note {
margin: 40px 15px;
}
.top-note > mat-icon {
weight: 50px;
height: 50px;
font-size: 50px;
}
.top-note > p {
font-weight: 500;
}
\ No newline at end of file
<p>
<button mat-raised-button routerLink="/profile" color="primary">profile</button>
</p>
<mat-icon>store_mall_directory</mat-icon>
<p>Choisis ton lieu de beuverie.
Tu pourras ensuite accéder à la carte des boissons.</p>
<div class="row-container center top-note">
<mat-icon>store_mall_directory</mat-icon>
<p>Choisis ton lieu de beuverie.
Tu pourras ensuite accéder à la carte des boissons.</p>
</div>
<section>
<div *ngFor="let bar of (bars$ | async)" class=" card row-container center">
<div class="card-header">
......
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