Commit b7e368c0ee88e8fc833fa73d0b6c3c1ddba68254
1 parent
3ad2e776ef
Exists in
master
rename class
Showing
3 changed files
with
19 additions
and
19 deletions
Show diff stats
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