This commit is contained in:
parent
0e052c2788
commit
813fb30ea9
File diff suppressed because one or more lines are too long
@ -1,4 +1,11 @@
|
|||||||
.page-node-type-static{
|
.page-node-type-static{
|
||||||
|
#static-block_2{
|
||||||
|
.field_titre{
|
||||||
|
font-weight: 400;
|
||||||
|
margin: 0 0 .1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
#node\:field_groupe_documents{
|
#node\:field_groupe_documents{
|
||||||
.paragraph--type--groupe-document{
|
.paragraph--type--groupe-document{
|
||||||
|
|
||||||
@ -10,8 +17,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.field_titre{
|
.field_titre{
|
||||||
font-weight: 800;
|
font-weight: 600;
|
||||||
font-size: $font-medium;
|
font-size: $font-big;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
.paragraph{
|
.paragraph{
|
||||||
@ -21,16 +28,17 @@
|
|||||||
margin: 0rem 0;
|
margin: 0rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.field_vignette{
|
.paragraph--type--doc-and-thumb{
|
||||||
width: auto;
|
width: auto;
|
||||||
float: left;
|
float: left;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin: 0 0 1rem 0;
|
||||||
|
.field_vignette{
|
||||||
|
width: 30%;
|
||||||
|
float: left;
|
||||||
margin: 0 1rem 0 0;
|
margin: 0 1rem 0 0;
|
||||||
|
}
|
||||||
display: flex;
|
|
||||||
flex: 1;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
}
|
||||||
.field_texte{
|
.field_texte{
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -40,6 +48,7 @@
|
|||||||
}
|
}
|
||||||
.field_document{
|
.field_document{
|
||||||
margin: .5rem 0;
|
margin: .5rem 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user