Skip to content
Snippets Groups Projects

ajout de tags aux prestations sur l'accueil

Merged SAVERGNE Yvan requested to merge master into main
3 files
+ 32
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 15
0
@@ -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;