render_box: adding option addId + styles more generic, less specific

This commit is contained in:
2021-07-30 10:46:16 +02:00
parent 6dac130844
commit 4cac5f9a4a
10 changed files with 71 additions and 72 deletions

View File

@@ -1,22 +1,8 @@
section.chill-entity.entity-person {
div.entity-label {
div.denomination {
&.h3 {
font-size: 1.3em;
font-weight: 700;
}
a {
text-decoration: none;
}
span.firstname, span.lastname, span.altname {}
span.badge {
margin-left: 0.3em;
}
}
p.moreinfo {}
section.chill-entity {
&.entity-person {
span.firstname,
span.lastname,
span.altname {}
}
div.entity-row {}
div.entity-bloc {}
}