_projet.scss 817 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. text-transform: none;
  25. color: white !important;
  26. grid-row: 2;
  27. background: none;
  28. font-size: $font-normal;
  29. margin: 0;
  30. }
  31. &.programme-6{
  32. background: $col-ter;
  33. }
  34. }
  35. }