Commit b8885d91d511cd810f3713ac39a04581acc629f0

Authored by Luigi
Exists in master

Merge remote-tracking branch 'upstream/develop'

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 {