Commit b7e368c0ee88e8fc833fa73d0b6c3c1ddba68254

Authored by Jose Pinto
1 parent 3ad2e776ef
Exists in master

rename class

src/sass/_paginador-abm.scss
... ... @@ -0,0 +1,18 @@
  1 +.paginador-abm {
  2 + margin-top: 1rem;
  3 + li {
  4 + &.active{
  5 + > a {
  6 + background: $primary-color !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 +}
src/sass/_paginador-facturador.scss
... ... @@ -1,18 +0,0 @@
1   -.paginador-facturador {
2   - margin-top: 1rem;
3   - li {
4   - &.active{
5   - > a {
6   - background: $primary-color !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   -}
src/sass/general.scss
... ... @@ -18,7 +18,7 @@ $primary-color: #e09125;
18 18 @import 'logistica-pedido-ruta';
19 19 @import 'tabs';
20 20 @import 'grid';
21   -@import 'paginador-facturador';
  21 +@import 'paginador-abm';
22 22  
23 23  
24 24 //OCULTA FLECHAS INPUT NUMBER