Commit 704ab41f70f1f13b4180e554ff90c85d064caea6

Authored by Eric Fernandez
1 parent e46f814f39
Exists in master

agrego clase boostrap para complementar css

src/sass/_bootstrap.scss
... ... @@ -0,0 +1,6 @@
  1 +.active{
  2 + color: #fff;
  3 + text-decoration: none;
  4 + outline: 0;
  5 + background-color: #337ab7;
  6 +}
0 7 \ No newline at end of file
src/sass/general.scss
... ... @@ -2,3 +2,4 @@
2 2 @import 'lista';
3 3 @import 'login';
4 4 @import 'contenedor';
  5 +@import 'bootstrap';
5 6 \ No newline at end of file