_variables.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // fonts
  2. @include font-face($Regular, $file, $typo, $category);//1
  3. @include font-face($Italic, $file2, $typo, $category);//1
  4. @include font-face($Bold, $file3, $typo, $category);//1
  5. @include font-face($BoldItalicB, $file4, $typo, $category);//1
  6. @include font-face($Mono-Regular, $file5, $typo, $category);//1
  7. $nbr_col: 12;
  8. $width: 100%;
  9. $W33: calc(#{$width} / 3);
  10. // Ordinateur
  11. // Titre : 90pt
  12. // Sous-titre : 50pt
  13. // Texte courant : 25pt
  14. // Smartphone
  15. // Titre : 32pt
  16. // Sous-titre : 25pt
  17. // Texte courant : 14pt
  18. // font-size 25r
  19. $Fcourant: 1.5rem;
  20. $Ftitle: 5rem;
  21. $Fsub-title: 2.5rem;
  22. // interline
  23. $Lcourant: 1.7rem;
  24. $Ltitle: 5rem;
  25. $Lsub-title: 2.7rem;
  26. //interlettre
  27. // color
  28. // Header
  29. $Header_mr: 1.5rem;
  30. // card
  31. $first_card: calc((#{$width} / #{$nbr_col}) * 9);
  32. $all_card: calc((#{$width} / #{$nbr_col}) * 6);
  33. $arch_card: calc((#{$width} / #{$nbr_col}) * 4);
  34. $content_arch: calc((#{$width} / #{$nbr_col}) * 10.5);
  35. $item_content: calc((#{$width} / #{$nbr_col}) * 10);
  36. $HeaderC_mr: 1rem;
  37. $MargCard: 6rem;
  38. $paddingCard: 1rem;
  39. // color
  40. $grey: #A7A7A7;
  41. // marg & padd