css fleche toggle actu /home

This commit is contained in:
2025-03-17 14:05:01 +01:00
parent b91c841ef4
commit f000a5832b
4 changed files with 15 additions and 14 deletions

View File

@@ -50,7 +50,7 @@
.node-type-actualite{
width: 85%;
// padding-bottom: 2rem;
a{pointer-events: none;}
.content-wrapper-actu{
display: grid;
grid-template-columns: 1fr 2fr;

View File

@@ -29,6 +29,8 @@
}
.view-rows-wrapper{
margin-left: 20%;
width: 65%;
display: flex;
flex-direction: column;
flex-wrap: wrap;
@@ -37,7 +39,7 @@
.views-row{
display: flex;
margin: auto;
width: 50%;
width: 100%;
font-size: 0.5rem;
margin-top: 1rem;
margin-bottom: 1rem;
@@ -47,7 +49,7 @@
align-items: center;
border-bottom: solid black 0.5px;
.node-type-actualite{
width: 85%;
// padding-bottom: 2rem;
.content-wrapper-actu{
@@ -244,10 +246,7 @@
}
}
// a:not(.ext){
// display: none;
// }
}
@@ -260,7 +259,7 @@
margin: 10px auto;
border: none;
background-color: transparent;
background-image: url("../img/fleche-bas.svg");
background-image: url("/themes/custom/quartiers_de_demain/dist/assets/img/fleche-bas.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;