_paginador-facturador.scss 380 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 .paginador-facturador { margin-top: 1rem; li { &.active{ > a { background: $primary-color !important; color: #FFF !important; } } > a { background-color: transparent !important; border-color: #67615e !important; color: #000 !important; } } }