_typography.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. h1, h2, h3, p, ul, li, a, span{
  2. font-family: $lato;
  3. font-weight: lighter;
  4. }
  5. header{
  6. a{
  7. font-size: $txt-figli;
  8. line-height: $Flhome;
  9. }
  10. }
  11. .home{
  12. p{
  13. font-size: $txt-figli;
  14. line-height: 3rem;
  15. }
  16. #text_figli{
  17. strong{
  18. position: relative;
  19. &::after{
  20. display: block;
  21. position: absolute;
  22. content: "";
  23. width: 100%;
  24. height: 1px;
  25. background: black;
  26. bottom: 0;
  27. }
  28. }
  29. a{
  30. position: relative;
  31. &:nth-child(1){
  32. }
  33. &#publique{
  34. font-family: $playfair;
  35. }
  36. &#sociale{
  37. font-family: $syne;
  38. }
  39. &#culturelle{
  40. font-family: $avara;
  41. }
  42. }
  43. }
  44. }
  45. #item{
  46. .content-title{
  47. display: flex;
  48. margin: $marg 0;
  49. & > * {
  50. margin-right: $marg;
  51. font-size: 1.15rem;
  52. font-weight: bold;
  53. }
  54. h2{
  55. margin: 0 $marg 0 0;
  56. a{
  57. font-weight: bold;
  58. }
  59. }
  60. }
  61. }
  62. a.publique, span.publique{
  63. font-family: $playfair;
  64. }
  65. a.sociale, span.sociale{
  66. font-family: $syne;
  67. }
  68. a.culturelle, span.culturelle{
  69. font-family: $avara;
  70. }
  71. .sidebar-right{
  72. ul, a{
  73. font-size: 0.8rem;
  74. line-height: 1.25rem;
  75. }
  76. }
  77. .other_projets{
  78. h3{
  79. font-size: $txt-figli;
  80. margin: 0;
  81. }
  82. }
  83. .card{
  84. h2{
  85. margin: 0;
  86. font-size: 1rem;
  87. }
  88. }