diff --git a/src/sass/_bootstrap.scss b/src/sass/_bootstrap.scss new file mode 100644 index 0000000..fe67991 --- /dev/null +++ b/src/sass/_bootstrap.scss @@ -0,0 +1,6 @@ +.active{ + color: #fff; + text-decoration: none; + outline: 0; + background-color: #337ab7; +} \ No newline at end of file diff --git a/src/sass/general.scss b/src/sass/general.scss index 4823856..eec1db0 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -2,3 +2,4 @@ @import 'lista'; @import 'login'; @import 'contenedor'; +@import 'bootstrap'; \ No newline at end of file