simplify concernedGroups template for bloc/row include

This commit is contained in:
2021-06-04 19:50:00 +02:00
parent c1ba892811
commit 574b5dcbd0
2 changed files with 49 additions and 20 deletions

View File

@@ -71,6 +71,24 @@ div.flex-table.list-records {
&:nth-child(2) {
flex-grow: 0; flex-shrink: 1; flex-basis: 70%;
}
&:only-child {
flex-grow: 0; flex-shrink: 0; flex-basis: 100%;
& > div.concerned-groups {
flex-grow: 0; flex-shrink: 0; flex-basis: 100%;
display: flex;
flex-direction: column; // TODO pas fini
div.group {
flex-grow: 1; flex-shrink: 0; flex-basis: 30%;
h4 {}
ul.list-content {
li {
display: inline;
}
}
}
}
}
}
div.concerned-groups {
font-size: 85%;