Commit 2f8f0b566d4742d8620cd4d008de17bfae884640

Authored by Nicolás Guarnieri
Exists in master

Merge branch 'master' into 'master'

Master

See merge request !74
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/general.scss
... ... @@ -18,6 +18,7 @@ $primary-color: #e09125;
18 18 @import 'logistica-pedido-ruta';
19 19 @import 'tabs';
20 20 @import 'grid';
  21 +@import 'paginador-abm';
21 22  
22 23  
23 24 //OCULTA FLECHAS INPUT NUMBER