Files
MyX/resources/sass/dashmix/_pagination.scss

12 lines
238 B
SCSS

//
// Pagination
// --------------------------------------------------
.page-link {
font-weight: $font-weight-semibold;
}
.page-item:not(.active) > .page-link:focus {
background-color: $body-bg-dark;
border-color: $body-bg-dark;
}