Files
drupal-reha/web/themes/custom/reha/scss/pages/_actualites.scss
T
2025-07-28 22:36:16 +02:00

50 lines
1.3 KiB
SCSS

.page-actualites{
.block-page-title-block{
width: 75%;
margin: auto;
}
.view-actus{
padding-top: 3rem;
padding-bottom: 6rem;
width: 80%;
margin: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
.views-row{
width: 28%;
padding: 1rem;
&:hover{
transform: scale(1.05);
transition: 0.3s transform ease, 0.3s box-shadow ease;
}
.node-type-actualite{
width: 30vw !important;
.entete_actu{
flex-direction: column;
.image-actualite{
width: 90%;
margin: auto;
img{
width: 100%;
height: auto;
}
}
.infos-content{
height: fit-content;
width: 100%;
margin: auto;
h1{
display: none;
}
}
}
}
}
}
}