_projet.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. //voir theme
  2. //page ville sidebar
  3. .programme-1{
  4. .block-region-third .field_ressources_liees{
  5. background: $col-2;
  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-1;
  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. background-color: $bck-col;
  40. .field_evenements_lies, .field_ressources_liees{
  41. color: white !important;
  42. a{
  43. text-decoration: none;
  44. }
  45. article{
  46. display: grid;
  47. padding-top: .5rem;
  48. padding-bottom: .5rem;
  49. .field_programme{
  50. display: none;
  51. // display: inline-block;
  52. // width: auto;
  53. // color: transparent;
  54. // font-weight: 600;
  55. // text-transform: uppercase;
  56. // font-size: .5rem;
  57. // a{
  58. // padding: .3rem .5rem;
  59. // }
  60. }
  61. .field_sous_titre{
  62. color: white !important;
  63. }
  64. h2{
  65. text-transform: uppercase;
  66. color: white !important;
  67. grid-row: 2;
  68. background: none;
  69. font-size: $font-normal;
  70. margin: 0;
  71. }
  72. &.programme-1{
  73. background: $col-1;
  74. }
  75. &.programme-2{
  76. background: $col-2;
  77. }
  78. &.programme-3{
  79. background: $col-eur;
  80. }
  81. &.programme-4{
  82. background: $col-ter;
  83. }
  84. &.programme-5{
  85. background: $col-mond;
  86. }
  87. &.programme-6{
  88. background: $col-ter;
  89. }
  90. &.programme-7{
  91. background: $col-met;
  92. }
  93. }
  94. }
  95. }