_projets-complets-ecran.scss 3.8 KB

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