1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .page-node-type-static{
- #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: 800;
- font-size: $font-medium;
- margin: 1rem 0;
- }
- .paragraph{
- .field_titre{
- font-weight: 400;
- font-size: $font-normal;
- margin: 0rem 0;
- }
- }
- .field_vignette{
- width: auto;
- float: left;
- height: 100%;
- position: relative;
- margin: 0 1rem 0 0;
- display: flex;
- flex: 1;
- flex-direction: column;
- }
- .field_texte{
- flex-wrap: wrap;
- flex-direction: row;
- display: flex;
- flex: 1;
- }
- .field_document{
- margin: .5rem 0;
- }
-
- }
- }
- }
|