Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
É
Éco-presto
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COLLINOT Baptiste
Éco-presto
Merge requests
!41
ajout de tags aux prestations sur l'accueil
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ajout de tags aux prestations sur l'accueil
master
into
main
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
SAVERGNE Yvan
requested to merge
master
into
main
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
c876da81
1 commit,
9 months ago
3 files
+
32
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
assets/styles/app.css
+
15
−
0
Options
@@ -119,6 +119,21 @@ button {
justify-content
:
center
;
}
#tag
{
color
:
white
;
border-radius
:
10px
;
padding
:
4px
;
border
:
0px
;
}
.tag_service
{
background-color
:
rgba
(
0
,
145
,
24
,
0.952
);
}
.tag_pret
{
background-color
:
rgba
(
237
,
142
,
41
,
0.952
);
}
.prestations
{
display
:
flex
;
flex-wrap
:
wrap
;