_presse.scss 1.4 KB

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