ajout bouton voir toutes les actus sur home

This commit is contained in:
2025-07-24 15:47:41 +02:00
parent fa046ba694
commit d3d2d23936
3 changed files with 91 additions and 6 deletions
+42 -4
View File
@@ -6,7 +6,7 @@
.block-views-blockactus-blocks-pages-block-1{
width: 100vw;
height: auto;
border-bottom: 5px solid $blue-light;
// border-bottom: 5px solid $blue-light;
background: $background-actus;
@media(max-width: 810px){
height: auto;
@@ -22,6 +22,9 @@
.view-actus-blocks-pages{
.view-content{
height: auto;
.views-row-wrapper{
margin-bottom: 0;
}
.slick-list{
@media(max-width: 810px){
width: 100vw !important;
@@ -196,7 +199,44 @@
// bouton voir toutes actus du bandeau bleu
.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2{
visibility: hidden;
visibility: visible;
display: flex;
flex-flow: row;
justify-content: center;
background: $background-actus;
// padding-right:10%;
padding-top: 3rem;
padding-bottom: 3rem;
border-bottom: 5px solid rgb(0, 158, 227);
@media(max-width:479px) {
padding-top: 2rem;
padding-bottom: 2rem;
}
.field--name-field-lien{
margin: auto;
height: fit-content;
padding: 0.4rem 1rem;
font-size: 0.8rem;
margin: 0;
background-color: $white;
border: 2px solid $blue-light;
list-style: none;
display: inline-flex;
p{margin: 0;}
a{
text-transform: uppercase;
font-weight: 700;
color: $blue-light;
display: inline-flex;
align-items: center;
}
a::after{
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
}
}
}
@@ -233,8 +273,6 @@
border: 2px solid $blue-light;
list-style: none;
a{
text-transform: uppercase;
font-weight: 700;
@@ -7,4 +7,8 @@
.slick-dots {
bottom: -40px !important;
}
.slick-prev::before,
.slick-next::before{
opacity: 1;
}
}