Commit 64e50ad6259322933f2d2b9bc240cea3a8368cb1

Authored by Marcelo Puebla
1 parent 2b7c3afafb
Exists in master

Agregada clase para sobreescribir las variables de bootstrap.

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
src/assets/scss/bootstrap-override.scss
File was created 1 @import "../../../node_modules/bootstrap/scss/functions";
2 @import "../../../node_modules/bootstrap/scss/variables";
3
4 $theme-colors: (
5 primary: red,
6 light: white,
7 );
8
9 @import "../../../node_modules/bootstrap/scss/bootstrap.scss";
10