_config.scss 471 B

123456789101112131415161718
  1. //fonts
  2. @include font-face($roboto_light, $file, $family, $category);//1
  3. @include font-face($roboto_regular, $file2, $family2, $category);//1
  4. @include font-face($roboto_medium, $file3, $family3, $category);//1
  5. @include font-face($roboto_bold, $file4, $family4, $category);//1
  6. //color
  7. $lightpink: #fad7d7;
  8. $lightpinkIE: rgb(250, 215, 215) ;
  9. $lightgrey: #dcdce6;
  10. $lightblue: #00ffff;
  11. $elecblue: #0000ff;
  12. //tailletuille
  13. $W33: calc(100%/3 - 5px);
  14. $W66: calc(100%/3 * 2);