reorganise flex-table assets, improve search results, and accompanyingPeriods list

This commit is contained in:
2021-08-20 16:19:15 +02:00
parent 38dcca7397
commit d2b0b9d7da
16 changed files with 194 additions and 87 deletions

View File

@@ -1,8 +1,18 @@
section.chill-entity {
/// CHILL ENTITY RENDER BOX
.chill-entity {
/// PERSON
&.entity-person {
span.firstname,
span.lastname,
span.altname {}
}
/// SOCIAL-ISSUE
&.entity-social-issue {
margin-right: 0.3em;
}
}