_typography.scss 1001 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. h1{
  2. font-size: 1.2rem;
  3. line-height: 50px;
  4. a{
  5. font-family: $CooperHewitt;
  6. font-weight: normal;
  7. }
  8. }
  9. h2{
  10. font-family: $CooperHewitt;
  11. font-size: 1.1rem;
  12. line-height: 50px;
  13. }
  14. p{
  15. font-family: $rubik;
  16. font-size: 1rem;
  17. line-height: 1.3rem;
  18. margin-bottom: 12px;
  19. a{
  20. font-family: $cmu;
  21. }
  22. }
  23. .blocs{
  24. a.linkext{
  25. pointer-events: none;
  26. color: black!important;
  27. font-family: $rubik;
  28. }
  29. // a.linkext{
  30. // &:after{
  31. // display: inline-block;
  32. // content: " ";
  33. // background-image: url("../images/fleche-03.svg");
  34. // background-repeat: no-repeat;
  35. // background-position: center;
  36. // background-size: contain;
  37. // width: 25px;
  38. // height: 13px;
  39. // margin-left: 5px;
  40. // // transform: rotate(-20deg);
  41. // }
  42. // }
  43. &:nth-child(2){
  44. color: white;
  45. a{
  46. color: rgb(0, 0, 255);
  47. }
  48. }
  49. &:nth-child(3){
  50. a{
  51. color: rgb(0, 0, 255);
  52. }
  53. }
  54. }
  55. #images{
  56. p{
  57. font-size: 0.8rem;
  58. }
  59. }