Merge branch 'master' into features/sql-vue-from-household-address-to-person

This commit is contained in:
2021-06-15 22:53:21 +02:00
208 changed files with 9047 additions and 6038 deletions

View File

@@ -1,5 +1,21 @@
/// complete and overwrite flex-table in chillmain.scss
div.list-with-period {
div.list-with-period,
div.list-household-members,
div.list-household-members--summary {
.chill-entity__person {
.chill-entity__person__first-name,
.chill-entity__person__last-name {
font-size: 1.3em;
font-weight: 700;
}
}
.chill_denomination {
font-size: 1.3em;
font-weight: 700;
}
div.person {
ul.record_actions {
li {
@@ -7,6 +23,9 @@ div.list-with-period {
}
}
}
div.comment {
// for the comment for household-members
}
div.periods {
div.header,
div.list-content {
@@ -40,11 +59,3 @@ div.list-with-period {
}
}
}
.chill-entity__person {
.chill-entity__person__first-name,
.chill-entity__person__last-name {
font-size: 1.3em;
font-weight: 700;
}
}