Commit 2f8f0b566d4742d8620cd4d008de17bfae884640
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !74
Showing
2 changed files
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 | +} |