Commit 3ad2e776efa159beda3688940bfb62f89bc8295a
1 parent
606af0f426
Exists in
master
and in
1 other branch
reemplazo color por variable sass
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/sass/_paginador-facturador.scss
1 | .paginador-facturador { | 1 | .paginador-facturador { |
2 | margin-top: 1rem; | 2 | margin-top: 1rem; |
3 | li { | 3 | li { |
4 | &.active{ | 4 | &.active{ |
5 | > a { | 5 | > a { |
6 | background: #e09125 !important; | 6 | background: $primary-color !important; |
7 | color: #FFF !important; | 7 | color: #FFF !important; |
8 | } | 8 | } |
9 | } | 9 | } |
10 | 10 | ||
11 | > a { | 11 | > a { |
12 | background-color: transparent !important; | 12 | background-color: transparent !important; |
13 | border-color: #67615e !important; | 13 | border-color: #67615e !important; |
14 | color: #000 !important; | 14 | color: #000 !important; |
15 | 15 | ||
16 | } | 16 | } |
17 | } | 17 | } |
18 | } | 18 | } |
19 | 19 |