_projet.scss 780 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. //voir theme
  2. //page ville sidebar
  3. .field_evenements_lies{
  4. article{
  5. display: grid;
  6. padding-top: .5rem;
  7. padding-bottom: .5rem;
  8. a{
  9. text-decoration: none;
  10. }
  11. .field_programme{
  12. display: none;
  13. // display: inline-block;
  14. // width: auto;
  15. // color: transparent;
  16. // font-weight: 600;
  17. // text-transform: uppercase;
  18. // font-size: .5rem;
  19. // a{
  20. // padding: .3rem .5rem;
  21. // }
  22. }
  23. h2{
  24. color: white !important;
  25. grid-row: 2;
  26. background: none;
  27. font-size: $font-normal;
  28. margin: 0;
  29. }
  30. &.programme-6{
  31. background: $col-ter;
  32. }
  33. }
  34. }