mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +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 {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% block content %}
|
||||
<div class="flex-table">
|
||||
<div class="flex-table accompanyingcourse-list">
|
||||
{% for accompanying_period in accompanying_periods %}
|
||||
<div class="item-bloc">
|
||||
<div class="item-row">
|
||||
|
@@ -5,7 +5,7 @@
|
||||
{% block title %}{{ 'Accompanying period list'|trans }}{% endblock title %}
|
||||
|
||||
{% block personcontent %}
|
||||
<div class="accompanyingcourse-list">
|
||||
<div class="person-accompanyingperiods">
|
||||
|
||||
<h1>{{ 'Accompanying period list'|trans }}</h1>
|
||||
|
||||
|
Reference in New Issue
Block a user