|
@@ -3,6 +3,7 @@
|
|
@include font-face($CooperHewitt-italic, $file2, $family2, $category2);
|
|
@include font-face($CooperHewitt-italic, $file2, $family2, $category2);
|
|
@include font-face($rubik, $file3, $family3, $category3);
|
|
@include font-face($rubik, $file3, $family3, $category3);
|
|
@include font-face($rubik-B, $file4, $family3, $category3);
|
|
@include font-face($rubik-B, $file4, $family3, $category3);
|
|
|
|
+@include font-face($rubik-MI, $file6, $family3, $category3);
|
|
@include font-face($cmu, $file5, $family5, $category5);
|
|
@include font-face($cmu, $file5, $family5, $category5);
|
|
|
|
|
|
// Fonts-size
|
|
// Fonts-size
|
|
@@ -19,14 +20,18 @@ $marginbody: 35px;
|
|
$heightH: (25px);
|
|
$heightH: (25px);
|
|
|
|
|
|
// taille & position blocs
|
|
// taille & position blocs
|
|
|
|
+// marge blocs
|
|
|
|
+$mrgbloc: 1px;
|
|
|
|
|
|
// height
|
|
// height
|
|
$H100: 100%;
|
|
$H100: 100%;
|
|
$H50: calc(#{$H100} / 2);
|
|
$H50: calc(#{$H100} / 2);
|
|
-$H50-25: calc(#{$H100} / 2 + #{$heightH});
|
|
|
|
|
|
+$H50-25: calc((#{$H100} / 2 - #{$heightH}) - #{$mrgbloc});
|
|
|
|
+$T50-25: calc((#{$H100} / 2 + #{$heightH}) + #{$mrgbloc});
|
|
|
|
+
|
|
// width
|
|
// width
|
|
$W100: 100%;
|
|
$W100: 100%;
|
|
-$W33: calc(#{$W100} / 3);
|
|
|
|
|
|
+$W33: calc((#{$W100} / 3) - #{$mrgbloc});
|
|
|
|
|
|
// top
|
|
// top
|
|
$T100: 100%;
|
|
$T100: 100%;
|
|
@@ -39,5 +44,5 @@ $B100: 100%;
|
|
|
|
|
|
// left
|
|
// left
|
|
$L100: 100%;
|
|
$L100: 100%;
|
|
-$L33: calc(#{$L100} / 3);
|
|
|
|
|
|
+$L33: calc((#{$L100} / 3) + #{$mrgbloc});
|
|
$L66: calc(#{$L33} * 2);
|
|
$L66: calc(#{$L33} * 2);
|