Commit 84e0d94fd42a2f3e71f50c11bdb1780c2d4ffe6b

Authored by Marcelo Puebla
1 parent cd54645ec2
Exists in master

Borrado sobreescritura de boton.

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