This commit is contained in:
armansansd 2023-06-27 15:36:02 +01:00
parent 22650273d2
commit 0f01f1b7fb
5 changed files with 15 additions and 3 deletions

@ -1 +1 @@
Subproject commit 27bf1819cdd12b38553d91c8f95eaf2659902b99
Subproject commit 5069345d9dffca8ff935d7a01d2bc97a1272f063

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -303,6 +303,7 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
$('.views-element-container header').click(function(){
$(this).parent().find(".view-grouping").fadeToggle();
$(this).parent().find(".views-row").fadeToggle();
$(this).parent().find("h3").fadeToggle();
});
$('.view-grouping-header').click(function(){

View File

@ -410,6 +410,15 @@
grid-column: 1 / span 3;
}
.block-region-first{
#programme_toc-block_4{
h3{
display: none;
padding-left: .4rem;
font-weight: 600;
}
}
@include breakpoint(small down) {
text-align: center;
@ -420,6 +429,7 @@
left: 0;
width: 22%;
padding: 1rem 1.5rem ;
a.prog-palpite-link,
a.prog-ressources-link,
a.prog-exodeurbain-link{
font-family: "duke";
@ -461,6 +471,7 @@
}
}
.views-row, .view-grouping{
display: none;
padding: 0 0 0 1.2rem;