réglage sidebar et design evenement
This commit is contained in:
parent
cfb3d6b4cc
commit
0ed35bbf6a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -238,7 +238,7 @@ $(function(){
|
||||
|
||||
//// PAGE POPSU ////
|
||||
|
||||
if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").length > 0 || $(".page-node-type-theme").length > 0){
|
||||
if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").length > 0 || $(".page-node-type-theme").length > 0 || $(".page-node-type-evenement").length > 0){
|
||||
|
||||
$(".field_ressources_liees article").each(function(){
|
||||
let title = $(this).find("h2").clone();
|
||||
|
@ -8,6 +8,11 @@
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
#programme_toc-block_10{
|
||||
.views-row{
|
||||
padding-left: 1rem;
|
||||
}
|
||||
}
|
||||
position: absolute;
|
||||
|
||||
top: 0;
|
||||
@ -30,6 +35,8 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
//styling intro text
|
||||
|
||||
.views-element-container{
|
||||
@include breakpoint(small down) {
|
||||
display: block;
|
||||
@ -126,7 +133,7 @@
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
#node\:field_date{
|
||||
font-size: $font-medium;
|
||||
//font-size: $font-medium;
|
||||
grid-row: 3;
|
||||
.field_date{
|
||||
div{
|
||||
@ -141,6 +148,10 @@
|
||||
#node\:field_intro{
|
||||
font-size: $font-medium;
|
||||
}
|
||||
.field_intro{
|
||||
margin-top: 1rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
#node\:field_type_evenement{
|
||||
grid-row: 2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user