Commit 3ad2e776efa159beda3688940bfb62f89bc8295a

Authored by Jose Pinto
1 parent 606af0f426
Exists in master

reemplazo color por variable sass

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/sass/_paginador-facturador.scss
... ... @@ -3,7 +3,7 @@
3 3 li {
4 4 &.active{
5 5 > a {
6   - background: #e09125 !important;
  6 + background: $primary-color !important;
7 7 color: #FFF !important;
8 8 }
9 9 }