stylesheets: improve procedure synthese badges
- Align with baseline - More padding - More margin - Use constants for colors and margins
This commit is contained in:
parent
612c826d04
commit
5f1d38a555
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…
Add table
Add a link
Reference in a new issue