mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
render_box, altnames style
(keep id-number for accompanying context)
This commit is contained in:
@@ -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;
|
||||
|
@@ -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: ')'; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user