feat(sva): add sva badge on page dossier for instructeur

This commit is contained in:
Lisa Durand 2023-06-08 15:07:43 +02:00 committed by Colin Darie
parent 3607b6c593
commit 786bc64d85
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
5 changed files with 30 additions and 7 deletions

View file

@ -29,3 +29,15 @@
vertical-align: baseline;
}
}
.badge-group {
display: flex;
.fr-badge {
margin-right: $default-spacer;
}
.fr-badge:last-child {
margin-right: 0;
}
}