Commit 827453984b475583102baee5d7562719e0d63e48

Authored by Marcelo Puebla
1 parent 1abd6a9f97
Exists in master

arreglo.

Showing 1 changed file with 1 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: #2872ae, 5 primary: #2872ae,
6 light: white 6 light: white
7 ); 7 );
8 8
9 .active { 9 .list-group-item.active {
10 background-color: #2872ae !important; 10 background-color: #2872ae !important;
11 border-color: #2872ae !important; 11 border-color: #2872ae !important;
12 } 12 }
13 13
14 @import "../../../node_modules/bootstrap/scss/bootstrap.scss"; 14 @import "../../../node_modules/bootstrap/scss/bootstrap.scss";
15 15