This commit is contained in:
parent
b01ae0b43c
commit
1d151d6857
2
.gitignore
vendored
2
.gitignore
vendored
@ -40,3 +40,5 @@ node_modules/
|
|||||||
/robots.txt
|
/robots.txt
|
||||||
/update.php
|
/update.php
|
||||||
/web.config
|
/web.config
|
||||||
|
|
||||||
|
/web/.vscode/*
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -332,7 +332,7 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".field_ressources_liees>div:nth-of-type(2)").slick({
|
$(".block-region-second .field_ressources_liees>div:nth-of-type(2)").slick({
|
||||||
slidesToShow: 3,
|
slidesToShow: 3,
|
||||||
slidesToScroll: 1,
|
slidesToScroll: 1,
|
||||||
centerMode: true,
|
centerMode: true,
|
||||||
|
@ -51,6 +51,10 @@ article, .paragraph{
|
|||||||
.block-region-third{
|
.block-region-third{
|
||||||
.field_organisateur,.field_fichier,.field_ressources_liees{
|
.field_organisateur,.field_fichier,.field_ressources_liees{
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
|
div{
|
||||||
|
text-decoration: none;
|
||||||
|
padding: .3rem 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.field_partenaires{
|
.field_partenaires{
|
||||||
background: white;
|
background: white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user