GITLAB

Nicolás Guarnieri / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _paginador-abm.scss
  • b7e368c0e   rename class Browse Code »
    Jose Pinto
    2019-02-11 10:07:09 -0300  
_paginador-abm.scss 373 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.paginador-abm {
    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;

        }
    }
}