_typography.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. html, body{
  2. font-family: $Regular;
  3. }
  4. h1{
  5. text-transform: uppercase;
  6. }
  7. h2{
  8. font-size: 2rem;
  9. }
  10. h4{
  11. font-weight: normal;
  12. font-size: 2rem;
  13. }
  14. h5{
  15. font-weight: normal;
  16. font-size: 1.2rem;
  17. }
  18. .card-title{
  19. font-family: $Bold;
  20. font-size: 1.2rem;
  21. }
  22. p{
  23. font-size: 0.9rem;
  24. strong{
  25. font-family: $Bold;
  26. font-weight: normal;
  27. }
  28. }
  29. .gal{
  30. h2{
  31. font-size: 1.65rem;
  32. line-height: 2.2rem;
  33. }
  34. }
  35. .entete{
  36. h2{
  37. font-size: 1.2rem;
  38. color: white;
  39. }
  40. h3{
  41. font-size: 1.5rem;
  42. line-height: 2rem;
  43. }
  44. }
  45. #home{
  46. p:not(:last-child){
  47. strong{
  48. font-size: 1.3rem;
  49. }
  50. }
  51. .content{
  52. p{
  53. &:nth-of-type(n+4):not(:last-child){
  54. text-align: center;
  55. strong{
  56. color: $red;
  57. }
  58. }
  59. }
  60. }
  61. }
  62. .sidebar{
  63. line-height: 1.35rem;
  64. h2{
  65. font-size: 1.4rem;
  66. line-height: 100px;
  67. color: white;
  68. text-align: center;
  69. }
  70. h3{
  71. font-size: 1rem;
  72. }
  73. .date{
  74. color: $grey;
  75. }
  76. }
  77. .side-newsletter{
  78. label{
  79. font-size: 1rem;
  80. line-height: 1.9rem;
  81. font-weight: normal;
  82. font-family: $Bold;
  83. }
  84. }
  85. .cat{
  86. width: 100%;
  87. a{
  88. font-family: $Bold;
  89. }
  90. }
  91. .dt{
  92. font-family: $Bold;
  93. color: $red;
  94. }