_typography.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. html, body{
  2. font-family: $Regular;
  3. line-height: 1.35;
  4. }
  5. h1{
  6. text-transform: uppercase;
  7. }
  8. h2{
  9. font-size: 2rem;
  10. }
  11. h4{
  12. font-weight: normal;
  13. font-size: 2rem;
  14. }
  15. h5{
  16. font-weight: normal;
  17. font-size: 1.2rem;
  18. }
  19. .container{
  20. & > .title{
  21. font-family: $Bold;
  22. }
  23. }
  24. .card-header{
  25. .publics{
  26. .tags{
  27. font-size: 0.8rem;
  28. font-family: $Bold;
  29. }
  30. }
  31. }
  32. .card-title{
  33. font-family: $Bold;
  34. font-size: 1.2rem;
  35. .date{
  36. font-size: 0.8rem;
  37. }
  38. }
  39. p{
  40. font-size: 0.9rem;
  41. strong{
  42. font-family: $Bold;
  43. font-weight: normal;
  44. }
  45. }
  46. .gal{
  47. h2{
  48. font-size: 1.65rem;
  49. line-height: 2.2rem;
  50. }
  51. }
  52. .entete{
  53. h2{
  54. font-size: 1.2rem;
  55. color: white;
  56. }
  57. h3{
  58. font-size: 1.5rem;
  59. line-height: 2rem;
  60. }
  61. }
  62. #home{
  63. p:not(:last-child){
  64. strong{
  65. font-size: 1.3rem;
  66. }
  67. }
  68. .content{
  69. p{
  70. &:nth-of-type(n+4):not(:last-child){
  71. text-align: center;
  72. strong{
  73. color: $red;
  74. }
  75. }
  76. }
  77. }
  78. }
  79. #item{
  80. .content{
  81. .content_s{
  82. h4{
  83. font-family: $Bold;
  84. font-size: 1.3rem;
  85. }
  86. }
  87. }
  88. }
  89. .sidebar{
  90. .date{
  91. font-size: 0.8rem;
  92. }
  93. h2{
  94. font-size: 1.4rem;
  95. line-height: 100px;
  96. color: white;
  97. text-align: center;
  98. }
  99. h5{
  100. font-size: 1.3rem;
  101. font-family: $Bold;
  102. }
  103. .date{
  104. color: $grey;
  105. }
  106. .side-all-agenda{
  107. a{
  108. font-size: 0.9rem;
  109. font-family: $Bold;
  110. }
  111. }
  112. }
  113. .side-newsletter{
  114. label{
  115. font-size: 1rem;
  116. line-height: 1.9rem;
  117. font-weight: normal;
  118. font-family: $Bold;
  119. }
  120. }
  121. .cat{
  122. width: 100%;
  123. a{
  124. font-family: $Bold;
  125. }
  126. }
  127. .dt{
  128. font-family: $Bold;
  129. color: $red;
  130. }
  131. #ajax-test-form{
  132. .form-label{
  133. font-size: 1.2rem;
  134. font-family: $Bold;
  135. }
  136. .radio{
  137. .form-radio{
  138. font-size: 1rem;
  139. font-family: $Bold;
  140. }
  141. }
  142. .button-wrapper{
  143. button{
  144. font-family: $Bold;
  145. }
  146. }
  147. }
  148. #send-valide{
  149. .toast{
  150. font-size: 1.3rem;
  151. font-family: $Bold;
  152. }
  153. .ok{
  154. font-family: $Bold;
  155. }
  156. }
  157. .devis{
  158. p{
  159. &:nth-of-type(1){
  160. color: white;
  161. text-align: center;
  162. }
  163. }
  164. #demander-votre-devis{
  165. a{
  166. color: white;
  167. }
  168. }
  169. }
  170. #footer{
  171. p{
  172. font-size: 0.8rem;
  173. a{
  174. font-family: $Bold;
  175. }
  176. }
  177. }