css header footer en cours
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
|
||||
/* Colors used for EQL */
|
||||
|
||||
|
||||
|
||||
$background-home: rgba(153, 147, 174, 0.1);
|
||||
|
||||
|
||||
// $blue-light: rgb(0,158,227);
|
||||
// $blue-dark: rgb(9,57,139);
|
||||
// $grey-background: rgb(153,147,174);
|
||||
// $black: rgb(0,0,0);
|
||||
// $white: rgb(255,255,255);
|
||||
// $background-actus: rgba(0,158,227, 0.2);
|
||||
// $red: rgb(225,0,15);
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
// Font Family
|
||||
// $font-family-default: "Marianne", sans-serif;
|
||||
// $font-family-header: "Marianne", sans-serif;
|
||||
// $font-family-chapeau: "Marianne", sans-serif;
|
||||
$font-family-mono: "Inconsolata", monospace;
|
||||
$font-family-serif: "Georgia", "Times", "Times New Roman", serif;
|
||||
|
||||
|
||||
|
||||
// Font Weight
|
||||
// les deux lignes qui suivent ne marchent pas !!
|
||||
|
||||
$font-regular: "Marianne", 600, normal;
|
||||
$font-regular-italic: 600, italic;
|
||||
|
||||
// à tester, pas aboutis
|
||||
// $font-titre-page() {
|
||||
// font-style: normal;
|
||||
// font-weight: 900;
|
||||
// font-family: $font-family-default;
|
||||
// }
|
||||
Reference in New Issue
Block a user