Commit 2bfe01da15b46dcdbb853912c69d1eb908c2d77a
1 parent
ccc4d9fa3f
Exists in
master
and in
1 other branch
Sobreescritas clases de bootstrap.
Showing
1 changed file
with
8 additions
and
2 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 | light: white, | 5 | primary: #2872ae, | 
| 6 | light: white | ||
| 6 | ); | 7 | ); | 
| 7 | 8 | ||
| 9 | .active { | ||
| 10 | background-color: #2872ae !important; | ||
| 11 | border-color: #2872ae !important; | ||
| 12 | } | ||
| 13 | |||
| 8 | @import "../../../node_modules/bootstrap/scss/bootstrap.scss"; | 14 | @import "../../../node_modules/bootstrap/scss/bootstrap.scss"; | 
| 9 | 15 |