Commit 704ab41f70f1f13b4180e554ff90c85d064caea6
1 parent
e46f814f39
Exists in
master
agrego clase boostrap para complementar css
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
src/sass/_bootstrap.scss
File was created | 1 | .active{ | |
2 | color: #fff; | ||
3 | text-decoration: none; | ||
4 | outline: 0; | ||
5 | background-color: #337ab7; | ||
6 | } |
src/sass/general.scss
1 | @import 'tabla'; | 1 | @import 'tabla'; |
2 | @import 'lista'; | 2 | @import 'lista'; |
3 | @import 'login'; | 3 | @import 'login'; |
4 | @import 'contenedor'; | 4 | @import 'contenedor'; |
5 | @import 'bootstrap'; |