Commit 244ebb151b47fd841c7f95560c57aeaec6bd4f7c

Authored by Marcelo Puebla
1 parent 82e3a31e6e
Exists in master

Cambio de estilo de clase active.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/sass/_bootstrap.scss
1 1 button.active{
2 2 text-decoration: none;
3 3 outline: 0;
  4 + color: white;
4 5 background-color: $primary;
5 6 &:focus{
6   - box-shadow: 0 0 0 0.2rem #d8b07d;
  7 + box-shadow: 0 0 0 0.2rem $primaryTransparency;
7 8 }
8 9 }
9 10 .btn-xs {