global.scss 766 Bytes
Newer Older
1
/**
Julien Jorry committed
2 3 4 5 6 7 8
 * STYLES IMPORTES DE BOOTSTRAP ET BOOTSWATCH
 *
 * @import "~bootswatch/dist/[theme]/variables";
 * @import "~bootswatch/dist/[theme]/bootswatch";
 * 
 * Remplacer [theme] par un des thèmes possibles : 
 * cerulean, cosmo, cyborg, darkly, flatly, journal, litera, lumen, lux, materia, minty, pulse, sandstone, simplex, sketchy, slate, solar, spacelab, superhero, united, yeti
9
 */
Julien Jorry committed
10
@import "~bootswatch/dist/lumen/variables";
11
@import "~bootstrap/scss/bootstrap";
Julien Jorry committed
12 13
@import "~bootswatch/dist/lumen/bootswatch";
// @import "~bootstrap/scss/bootstrap-grid";
14 15 16 17 18 19 20 21 22

/**
 * STYLES DE L'APPLICATION DE L'OUTIL DE GESTION DE MONNAIE LOCALE COMPLEMENTAIRE
 */

// Modifier les couleurs de l'application :
// $primary: darken(#428bca, 20%);
// $secondary: darken(#428bca, 20%);