_typography.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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: $Flhome;
  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. &:nth-child(2){
  34. font-family: $playfair;
  35. }
  36. &:nth-child(3){
  37. font-family: $syne;
  38. }
  39. &:nth-child(4){
  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. }
  53. h2{
  54. margin: 0 $marg 0 0;
  55. }
  56. }
  57. }
  58. a.publique, span.publique{
  59. font-family: $playfair;
  60. }
  61. a.sociale, span.sociale{
  62. font-family: $syne;
  63. }
  64. a.culturelle, span.culturelle{
  65. font-family: $avara;
  66. }
  67. .sidebar-right{
  68. ul, a{
  69. font-size: 0.8rem;
  70. line-height: 1.25rem;
  71. }
  72. }
  73. .other_projets{
  74. h3{
  75. font-size: $txt-figli;
  76. margin: 0;
  77. }
  78. }
  79. .card{
  80. h2{
  81. margin: 0;
  82. font-size: 1rem;
  83. }
  84. }