Files
drupal-reha/web/themes/custom/reha/scss/pages/_actualites.scss
T
2025-09-23 22:30:13 +02:00

62 lines
1.8 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;
}
h2{
margin-left: 0;
padding-top: 0.2rem;
font-weight: 600;
}
.field--name-field-sous-titre{
padding-top: 0 rem;
font-size: 1.2rem;
}
.field--name-field-date{
padding-top: 0.2rem;
}
}
}
}
}
}
}