_actualites.scss 495 B

123456789101112131415161718192021222324252627
  1. // .block-region-content{
  2. // background-color: $background-actus; // ça va pas, donne la couleur dans home
  3. // }
  4. .node-type-actualite{
  5. color: $blue-dark;
  6. line-height: 1.5rem;
  7. padding: 0.5rem;
  8. div:first-child{
  9. display: flex;
  10. flex-direction: column;
  11. :nth-child(1) { order: 1; }
  12. :nth-child(4) { order: 2; }
  13. :nth-child(5) { order: 3; }
  14. a{
  15. color: $blue-dark;
  16. }
  17. }
  18. }