_variable.scss 799 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. @include font-face($lato, $file-regular, $family, $category);//1
  2. @include font-face($syne, $file-bold, $family-bold, $category);//2
  3. @include font-face($avara, $file-bold-italic, $family-bold-italic, $category);//2
  4. @include font-face($playfair, $file-italic, $family-italic, $category);//2
  5. // font-size
  6. $txt-figli: 2.5rem;
  7. // line-height
  8. $Flhome: 3rem;
  9. $marg: 0.5rem;
  10. $margI: 1rem;
  11. $Wi: 80%;
  12. $Wi50: calc(( 100% / 2 ) - (#{$margI} / 2));
  13. $Wi33: calc(( 100% / 3 ) - (#{$margI} / 3));
  14. // mobile
  15. $txt-figli-m: 1.5rem;
  16. // line-height
  17. $Flhome-m: 2rem;
  18. $Wi-m: calc( 100% - 0.5rem);
  19. $Wi80-m: 80%;
  20. $Wi33-m: calc(( 100% / 3 ) - 0.5rem);
  21. // tablette
  22. $txt-figli-t: 2.5rem;
  23. // line-height
  24. $Flhome-t: 3rem;
  25. // color
  26. $color_publique: lightyellow;
  27. $color_sociale: lightgreen;
  28. $color_culturelle: lightblue;