_themes.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .page-node-type-theme{
  2. //tmp hidden
  3. .block-region-first{
  4. visibility: hidden;
  5. }
  6. .block-region-third{
  7. margin-top: 30rem;
  8. }
  9. #node\:title:before{
  10. content: "théme";
  11. clear: both;
  12. display: block;
  13. width: 100%;
  14. font-size: $font-small;
  15. text-transform: uppercase;
  16. margin-bottom: .8rem;
  17. }
  18. #node\:title{
  19. margin: 0;
  20. font-size: $font-large;
  21. line-height: 1.3;
  22. font-weight: 600;
  23. margin-bottom: 1rem;
  24. }
  25. #node\:field_image{
  26. width: 150%;
  27. img{
  28. width: 100%;
  29. }
  30. }
  31. .block-region-bottom{
  32. #node\:field_projets_lies{
  33. h2{
  34. text-align: center;
  35. }
  36. .field_projets_lies{
  37. display: grid;
  38. grid-template-columns: repeat(5, 1fr);
  39. column-gap: 1rem;
  40. padding: 0 10%;
  41. }
  42. article{
  43. .body{
  44. display: none;
  45. }
  46. }
  47. }
  48. }
  49. }