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 ////
|
//// 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(){
|
$(".field_ressources_liees article").each(function(){
|
||||||
let title = $(this).find("h2").clone();
|
let title = $(this).find("h2").clone();
|
||||||
|
@ -7,6 +7,11 @@
|
|||||||
@include breakpoint(small down) {
|
@include breakpoint(small down) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
#programme_toc-block_10{
|
||||||
|
.views-row{
|
||||||
|
padding-left: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
@ -30,6 +35,8 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//styling intro text
|
||||||
|
|
||||||
.views-element-container{
|
.views-element-container{
|
||||||
@include breakpoint(small down) {
|
@include breakpoint(small down) {
|
||||||
display: block;
|
display: block;
|
||||||
@ -126,7 +133,7 @@
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
#node\:field_date{
|
#node\:field_date{
|
||||||
font-size: $font-medium;
|
//font-size: $font-medium;
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
.field_date{
|
.field_date{
|
||||||
div{
|
div{
|
||||||
@ -141,6 +148,10 @@
|
|||||||
#node\:field_intro{
|
#node\:field_intro{
|
||||||
font-size: $font-medium;
|
font-size: $font-medium;
|
||||||
}
|
}
|
||||||
|
.field_intro{
|
||||||
|
margin-top: 1rem;
|
||||||
|
margin-bottom: .5rem;
|
||||||
|
}
|
||||||
#node\:field_type_evenement{
|
#node\:field_type_evenement{
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user