_projet.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .path-node.page-node-type-projet{
  2. .layout-container{
  3. overflow: unset;
  4. }
  5. .layout-content{
  6. .region-content{
  7. #block-contenudelapageprincipale{
  8. .layout--threecol-25-50-25{
  9. // display: grid;
  10. // grid-template-rows: repeat(6, auto);
  11. .layout__region--top{
  12. .block-region-top{
  13. // position: relative;
  14. display: grid;
  15. grid-template-columns: 1fr repeat(8, 1fr) 1fr;
  16. .block-entity-fieldnodefield-adresse{
  17. grid-column: 2 / span 10;
  18. .field--name-field-adresse{
  19. text-transform: uppercase;
  20. }
  21. }
  22. .block-entity-fieldnodetitle{
  23. font-family: 'Source Code Pro';
  24. }
  25. }
  26. }
  27. }
  28. }
  29. }
  30. }
  31. }