/* * flex-table overwrite: precision and exceptions */ /// div.accompanyingcourse-resume { div.associated-persons { .flex-table .item-row .item-col:first-child { flex-basis: 33%; } } } /// div.accompanyingcourse-list, div.household-members { .flex-table .item-bloc .item-row { &:nth-child(2) { flex-direction: row; } &:last-child { flex-direction: column; } } } /// div.list-with-period { div.flex-table div.item-row div.item-col:first-child { flex-basis: 33%; } }