Skip to content

Commit

Permalink
Update css styles for pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovanton committed Jun 3, 2017
1 parent 1522248 commit 06b4cc7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/web/assets/stylesheets/main.css.scss
Expand Up @@ -24,3 +24,19 @@ a {
}
}
}

.pagination {
li {
a {
color: #534a7f !important;
}
}

li.active {
a {
background-color: #534a7f !important;
border-color: #534a7f !important;
color: #fff !important;
}
}
}

0 comments on commit 06b4cc7

Please sign in to comment.