timeline css

This commit is contained in:
ouidade 2024-10-24 21:37:49 +02:00
parent a32afd11e4
commit 3c7a02ff71
3 changed files with 7 additions and 5 deletions

View File

@ -902,8 +902,8 @@ footer {
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
.slick-prev:after,
.slick-next:after {
font-family: "slick";
font-size: 20px;
line-height: 1;
@ -946,7 +946,7 @@ footer {
}
.slick-next {
right: 48%;
right: 45%;
}
@media (max-width: 810px) {
.slick-next {
@ -1292,6 +1292,7 @@ footer {
min-width: 35%;
height: 300px;
margin-bottom: 1rem;
hyphens: auto;
}
@media (max-width: 1090px) {
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement .text {

View File

@ -101,7 +101,7 @@ $slick-opacity-not-active: 0.25 !default;
&.slick-disabled:before {
opacity: $slick-opacity-not-active;
}
&:before {
&:after {
font-family: $slick-font-family;
font-size: 20px;
line-height: 1;
@ -141,7 +141,7 @@ $slick-opacity-not-active: 0.25 !default;
}
.slick-next {
right: 48%;
right: 45%;
@media(max-width:810px){
right: 42%;
}

View File

@ -170,6 +170,7 @@
min-width: 35%;
height: 300px;
margin-bottom: 1rem;
hyphens: auto;
@media(max-width:1090px){
height: 200px;