_projet.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. //voir theme
  2. //page ville sidebar
  3. .programme-1{
  4. .block-region-third .field_ressources_liees{
  5. background: $col-1;
  6. }
  7. }
  8. .programme-2{
  9. .block-region-third .field_ressources_liees{
  10. background: $col-2;
  11. }
  12. }
  13. .programme-3{
  14. .block-region-third .field_ressources_liees{
  15. background: $col-eur;
  16. }
  17. }
  18. .programme-4{
  19. .block-region-third .field_ressources_liees{
  20. background: $col-ter;
  21. }
  22. }
  23. .programme-5{
  24. .block-region-third .field_ressources_liees{
  25. background: $col-mond;
  26. }
  27. }
  28. .programme-6{
  29. .block-region-third .field_ressources_liees{
  30. background: $col-ter;
  31. }
  32. }
  33. .programme-7{
  34. .block-region-third .field_ressources_liees{
  35. background: $col-met;
  36. }
  37. }
  38. .block-region-third{
  39. .field_evenements_lies, .field_ressources_liees{
  40. color: white !important;
  41. a{
  42. text-decoration: none;
  43. }
  44. article{
  45. display: grid;
  46. padding-top: .5rem;
  47. padding-bottom: .5rem;
  48. .field_programme{
  49. display: none;
  50. // display: inline-block;
  51. // width: auto;
  52. // color: transparent;
  53. // font-weight: 600;
  54. // text-transform: uppercase;
  55. // font-size: .5rem;
  56. // a{
  57. // padding: .3rem .5rem;
  58. // }
  59. }
  60. .field_sous_titre{
  61. color: white !important;
  62. }
  63. h2{
  64. text-transform: none;
  65. color: white !important;
  66. grid-row: 2;
  67. background: none;
  68. font-size: $font-normal;
  69. margin: 0;
  70. }
  71. &.programme-1{
  72. background: $col-1;
  73. }
  74. &.programme-2{
  75. background: $col-2;
  76. }
  77. &.programme-3{
  78. background: $col-eur;
  79. }
  80. &.programme-4{
  81. background: $col-ter;
  82. }
  83. &.programme-5{
  84. background: $col-mond;
  85. }
  86. &.programme-6{
  87. background: $col-ter;
  88. }
  89. &.programme-7{
  90. background: $col-met;
  91. }
  92. }
  93. }
  94. }