mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
32 lines
587 B
SCSS
32 lines
587 B
SCSS
/*
|
|
* 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%;
|
|
}
|
|
}
|