Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
detb-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo BAYOUD
detb-client
Commits
f306d554
Commit
f306d554
authored
3 years ago
by
Hugo BAYOUD
Browse files
Options
Downloads
Patches
Plain Diff
modify last UI for corresponding to models
parent
96155bbd
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Resolve "[FRONT] Créer la page : choix des bars"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/bars/bars.component.css
+16
-1
16 additions, 1 deletion
src/app/components/bars/bars.component.css
src/app/components/bars/bars.component.html
+5
-6
5 additions, 6 deletions
src/app/components/bars/bars.component.html
with
21 additions
and
7 deletions
src/app/components/bars/bars.component.css
+
16
−
1
View file @
f306d554
...
...
@@ -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
This diff is collapsed.
Click to expand it.
src/app/components/bars/bars.component.html
+
5
−
6
View file @
f306d554
<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"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment