Files
drupal-reha/web/themes/custom/reha/scss/pages/home/home-view-presentation.scss
T
2024-06-24 17:17:48 +02:00

38 lines
1.1 KiB
SCSS

.page--home{
.home-page-layout-content{
.block-views-blockhome-block-1{
.view-display-id-block_1{
width: 60%;
margin: auto;
padding-top: 3rem;
// max-height: 300px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 1.3rem;
@media(max-width: 891px){
width: 80%;
padding-top: 3rem;
}
/* Masquer tous les paragraphes après le premier */
.field-content p:nth-of-type(n+2), h3, ul {
display: none;
}
}
}
.block-block-content793e5016-2b96-4802-9f38-1cd3768775b5{
width: fit-content;
margin: auto;
z-index: 99;
position: relative;
margin-top: 2rem;
.field--type-link{
.field__item::after{
content: url('../dist/images/noun-arrow-1569918-black.svg');
}
}
}
}
}