site pilote

This commit is contained in:
2024-06-19 18:03:19 +02:00
parent 895488d676
commit 9f8ee055b8
14 changed files with 643 additions and 64 deletions
@@ -64,7 +64,7 @@ $slick-opacity-not-active: 0.25 !default;
.slick-next {
position: absolute;
display: block;
z-index: 999;
z-index: 9;
height: 20px;
width: 20px;
line-height: 0px;
@@ -72,7 +72,7 @@ $slick-opacity-not-active: 0.25 !default;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
top: 25%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
@@ -103,14 +103,19 @@ $slick-opacity-not-active: 0.25 !default;
.slick-prev {
left: -25px;
padding-left: 4rem;
[dir="rtl"] & {
left: auto;
right: 200px;
}
&:before {
content: $slick-prev-character;
font-weight: lighter;
[dir="rtl"] & {
content: $slick-next-character;
font-weight: lighter;
}
}
}
@@ -123,8 +128,12 @@ $slick-opacity-not-active: 0.25 !default;
}
&:before {
content: $slick-next-character;
font-weight: lighter;
[dir="rtl"] & {
content: $slick-prev-character;
font-weight: lighter;
}
}
}