_projets-complets-ecran.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. .path-projets-complets {
  2. .layout-container header{
  3. top: inherit !important;
  4. left: inherit !important;
  5. }
  6. .layout-content{
  7. // width: 90vw;
  8. // margin: auto;
  9. }
  10. // =========================
  11. // ÉCRAN
  12. // =========================
  13. span {
  14. display: none;
  15. }
  16. .print-header{
  17. display: none;
  18. }
  19. ///// bouton print //////
  20. .view-header{
  21. display: flex;
  22. flex-direction: row;
  23. // position: fixed;
  24. // right: 0;
  25. &::before{
  26. content: '2. ';
  27. margin-right: 1rem;
  28. // margin-bottom: 1rem;
  29. // margin-left: 0.5rem;
  30. font-weight: 600;
  31. font-size: 1.5rem;
  32. // width: 160px;
  33. min-width: fit-content;
  34. @media (max-width: 479px){
  35. padding-bottom: 1rem;
  36. }
  37. }
  38. margin-left: 3rem;
  39. order: 2;
  40. margin-top: 5rem;
  41. p{
  42. font-weight: 600;
  43. text-transform: uppercase;
  44. padding: 0.3rem 0.7rem;
  45. width: fit-content;
  46. background-color: $blue-light;
  47. border: none;
  48. margin: 0;}
  49. a{color: white;}
  50. }
  51. .view-projets{
  52. margin-bottom: 4rem !important;
  53. display: flex;
  54. flex-direction: column;
  55. @media screen {
  56. margin-top: 5rem !important;
  57. width: 80%;
  58. }
  59. ///// filtres ///////////
  60. .buttons-filtres-ressources{display: none;}
  61. margin: auto;
  62. .view-filters{
  63. order: 1;
  64. margin-top: 4rem;
  65. margin-left: 3rem;
  66. padding-left: 0.5rem;
  67. display: flex;
  68. flex-direction: column;
  69. @media (max-width: 479px){
  70. flex-direction: column;
  71. padding-bottom: 3rem;
  72. margin-top: 0rem;
  73. }
  74. &::before{
  75. content: '1. Sélectionner les projets à imprimer :';
  76. margin-right: 2rem;
  77. margin-bottom: 1rem;
  78. // margin-left: 0.5rem;
  79. font-weight: 600;
  80. font-size: 1.5rem;
  81. // width: 160px;
  82. min-width: fit-content;
  83. @media (max-width: 479px){
  84. padding-bottom: 1rem;
  85. }
  86. }
  87. }
  88. .view-content{
  89. order: 3;
  90. }
  91. .field--name-title {
  92. order: 2;
  93. font-family: "Marianne";
  94. font-size: 2rem;
  95. font-weight: 800;
  96. color: $blue-light;
  97. @media (max-width: 1624px) {
  98. font-size: 2.3rem;
  99. }
  100. @media (max-width: 1384px) {
  101. font-size: 2rem;
  102. }
  103. @media (max-width: 1216px) {
  104. font-size: 2rem;
  105. }
  106. @media (max-width: 810px) {
  107. font-size: 1.7rem;
  108. }
  109. a {
  110. color: $blue-light;
  111. }
  112. }
  113. .field--name-field-equipe {
  114. order: 3;
  115. color: $blue-dark;
  116. font-size: 1.5rem;
  117. font-weight: 900;
  118. text-transform: uppercase;
  119. @media (max-width: 1624px) {
  120. font-size: 1.3rem;
  121. }
  122. @media (max-width: 1216px) {
  123. font-size: 1.1rem;
  124. }
  125. @media (max-width: 810px) {
  126. font-size: 1rem;
  127. }
  128. .field__label {
  129. display: none;
  130. }
  131. }
  132. .field--name-field-region {
  133. .field__label{
  134. display: none;
  135. }
  136. display: flex;
  137. align-items: center;
  138. gap: 0.5rem;
  139. margin-top: 1rem;
  140. &::before {
  141. content: "";
  142. display: block;
  143. width: 20px;
  144. height: 20px;
  145. background: url("../images/pictos/picto_lieu.svg") no-repeat center;
  146. background-size: contain;
  147. }
  148. }
  149. .field--name-field-incube {
  150. order: 4;
  151. display: inline-flex;
  152. width: fit-content;
  153. background-color: $red;
  154. color: white;
  155. font-weight: 800;
  156. padding-right: 0.3rem;
  157. padding-left: 0.2rem;
  158. margin-bottom: 1rem;
  159. margin-top: 1rem;
  160. // flex-direction: row;
  161. &::before {
  162. content: ' Projet ';
  163. padding-right: 0.5rem;
  164. }
  165. .field__label{
  166. display: inline;
  167. }
  168. .field__item {
  169. display: none;
  170. }
  171. }
  172. .field--name-field-neuf-rehabilitation,
  173. .field--name-field-encours-fini {
  174. display: none;
  175. }
  176. // ///// ///////////
  177. @media screen {
  178. // .node-type-projet {
  179. // visibility: hidden;
  180. // }
  181. }
  182. }
  183. }