actualites

This commit is contained in:
2024-06-21 16:04:48 +02:00
parent f203b873e4
commit 7b93e0576c
9 changed files with 77 additions and 9 deletions
@@ -84,7 +84,7 @@ main{
}
#block-reha-titredepage{
display: none;
// display: none;
}
p{
@@ -54,6 +54,10 @@
border-radius: 50px;
width: fit-content;
padding: 0.2rem 0.9rem;
div:nth-child(1)
{
display: none;
}
.field__item{
display: inline;
}
@@ -10,7 +10,7 @@
$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: $yellow-puca !default;
$slick-arrow-color: $gris-violet !default;
$slick-dot-color: black !default;
$slick-dot-color-active: $slick-dot-color !default;
$slick-prev-character: "\003C" !default;
@@ -1,4 +1,9 @@
$slick-prev-character: "\003C" !default;
$slick-next-character: "\003E" !default;
$slick-arrow-color: $yellow-puca !default;
.home-page-layout-content{
.slick-dots {
@@ -6,3 +11,10 @@
}
}
.view-actus.slick-slider.slick-next {
&:before {
content: $slick-next-character;
font-weight: 100;
background: rgba(255, 255, 255, 0.1);
}
}