Commit 5adcb6e9e61ecae8e31a0036c67760b5149524cd
1 parent
2a9195000f
Exists in
master
estilos paginador facturador
Showing
2 changed files
with
19 additions
and
0 deletions
Show diff stats
src/sass/_paginador-facturador.scss
| ... | ... | @@ -0,0 +1,18 @@ |
| 1 | +.paginador-facturador { | |
| 2 | + margin-top: 1rem; | |
| 3 | + li { | |
| 4 | + &.active{ | |
| 5 | + > a { | |
| 6 | + background: #e09125 !important; | |
| 7 | + color: #FFF !important; | |
| 8 | + } | |
| 9 | + } | |
| 10 | + | |
| 11 | + > a { | |
| 12 | + background-color: transparent !important; | |
| 13 | + border-color: #67615e !important; | |
| 14 | + color: #000 !important; | |
| 15 | + | |
| 16 | + } | |
| 17 | + } | |
| 18 | +} |