render_box, altnames style

(keep id-number for accompanying context)
This commit is contained in:
2021-07-30 11:12:44 +02:00
parent 4cac5f9a4a
commit 175d6892ec
4 changed files with 21 additions and 12 deletions

View File

@@ -21,7 +21,13 @@
// styles communs pour tous les bandeaux
div.banner {
.id-number {
font-weight: lighter;
font-size: 50%;
margin-left: 0.5em;
&:before { content: '(n°'; }
&:after { content: ')'; }
}
a.phone,
a.email {
color: white;

View File

@@ -31,10 +31,13 @@ section.chill-entity {
span.badge {
margin-left: 0.3em;
}
span.altnames,
span.id-number {
font-weight: lighter;
font-size: 50%;
margin-left: 0.5em;
}
span.id-number {
&:before { content: '(n°'; }
&:after { content: ')'; }
}