stylesheets: improve procedure synthese badges

- Align with baseline
- More padding
- More margin
- Use constants for colors and margins
This commit is contained in:
Pierre de La Morinerie 2020-07-06 15:11:45 +02:00
parent 612c826d04
commit 5f1d38a555

View file

@ -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;
}
}