_presse.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .page-node-type-static{
  2. #node\:field_groupe_documents{
  3. .paragraph--type--groupe-document{
  4. display: flex;
  5. flex-wrap: wrap;
  6. flex-direction: row;
  7. flex: 1;
  8. justify-content: left;
  9. align-items: center;
  10. .field_titre{
  11. font-weight: 800;
  12. font-size: $font-medium;
  13. margin: 1rem 0;
  14. }
  15. .paragraph{
  16. .field_titre{
  17. font-weight: 400;
  18. font-size: $font-normal;
  19. margin: 0rem 0;
  20. }
  21. }
  22. .field_vignette{
  23. width: auto;
  24. float: left;
  25. height: 100%;
  26. position: relative;
  27. margin: 0 1rem 0 0;
  28. display: flex;
  29. flex: 1;
  30. flex-direction: column;
  31. }
  32. .field_texte{
  33. flex-wrap: wrap;
  34. flex-direction: row;
  35. display: flex;
  36. flex: 1;
  37. }
  38. .field_document{
  39. margin: .5rem 0;
  40. }
  41. }
  42. }
  43. }