mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
flex-table accompanyingcourse-list used in two contexts + wraplist title style
This commit is contained in:
@@ -12,16 +12,18 @@ div.accompanyingcourse-resume {
|
||||
}
|
||||
}
|
||||
|
||||
/// AccompanyingPeriod list
|
||||
div.accompanyingcourse-list, div.household-members {
|
||||
.flex-table .item-bloc .item-row {
|
||||
&:nth-child(2) {
|
||||
flex-direction: row;
|
||||
}
|
||||
&:last-child {
|
||||
flex-direction: column;
|
||||
}
|
||||
/// AccompanyingPeriod list Page (in person/household context)
|
||||
div.accompanyingcourse-list {
|
||||
&.flex-table .item-bloc .item-row {
|
||||
//&:nth-child(2) { flex-direction: row; }
|
||||
//&:last-child { flex-direction: column; }
|
||||
}
|
||||
div.title h3 {
|
||||
font-weight: 700;
|
||||
font-size: 100%;
|
||||
font-family: 'Open Sans';
|
||||
}
|
||||
div.list {}
|
||||
}
|
||||
|
||||
/// Search Page (list_with_period.html.twig)
|
||||
@@ -40,7 +42,7 @@ div.list-with-period {
|
||||
&.title {
|
||||
width: 34%;
|
||||
@include media-breakpoint-up(md) {
|
||||
margin-left: 0;
|
||||
//margin-left: 0;
|
||||
}
|
||||
}
|
||||
&.list {
|
||||
|
Reference in New Issue
Block a user