Merge pull request #5334 from betagouv/improve-synthese-badges
Instructeur : amélioration de l'apparence des badges de synthèse des dossiers
This commit is contained in:
commit
b5ce7e5324
1 changed files with 5 additions and 2 deletions
|
@ -18,7 +18,10 @@
|
|||
|
||||
&.procedure-synthese-badge {
|
||||
color: $white;
|
||||
background-color: #6C757D;
|
||||
margin-right: 3px;
|
||||
background-color: $dark-grey;
|
||||
margin-left: 3px;
|
||||
padding-left: $default-spacer;
|
||||
padding-right: $default-spacer;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue