| Current Path : /home/helpink/www/media/templates/site/tp_landing/scss/jp/components/ |
| Current File : /home/helpink/www/media/templates/site/tp_landing/scss/jp/components/_pagination.scss |
.pagination .page-item {
margin: 5px;
&.active .page-link {
color: $primary;
background-color: transparent;
border-color: $primary;
}
.page-link {
color: $dark;
border: 1px solid $dark;
&:first-child,
&:last-child {
border-radius: 4px;
}
&:hover {
border-color: $primary;
color: $primary;
background-color: transparent;
}
}
}