56 lines
1.4 KiB
SCSS
56 lines
1.4 KiB
SCSS
.page-node-type-static{
|
|
#static-block_2{
|
|
.field_titre{
|
|
font-weight: 400;
|
|
margin: 0 0 .1rem 0;
|
|
}
|
|
|
|
}
|
|
#node\:field_groupe_documents{
|
|
.paragraph--type--groupe-document{
|
|
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
flex: 1;
|
|
justify-content: left;
|
|
align-items: center;
|
|
|
|
.field_titre{
|
|
font-weight: 600;
|
|
font-size: $font-big;
|
|
margin: 1rem 0;
|
|
}
|
|
.paragraph{
|
|
.field_titre{
|
|
font-weight: 400;
|
|
font-size: $font-normal;
|
|
margin: 0rem 0;
|
|
}
|
|
}
|
|
.paragraph--type--doc-and-thumb{
|
|
width: auto;
|
|
float: left;
|
|
height: 100%;
|
|
position: relative;
|
|
margin: 0 0 1rem 0;
|
|
.field_vignette{
|
|
width: 30%;
|
|
float: left;
|
|
margin: 0 1rem 0 0;
|
|
}
|
|
}
|
|
.field_texte{
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
display: flex;
|
|
flex: 1;
|
|
}
|
|
.field_document{
|
|
margin: .5rem 0;
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
} |