integarting admin dashboard
This commit is contained in:
18
public/Dashboard/scss/common/dark/mixins/_pagination.scss
Normal file
18
public/Dashboard/scss/common/dark/mixins/_pagination.scss
Normal file
@ -0,0 +1,18 @@
|
||||
// Pagination variations
|
||||
@mixin pagination-variants($color) {
|
||||
.page-item {
|
||||
&.active {
|
||||
.page-link {
|
||||
background: $color;
|
||||
border-color: $color;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
.page-link {
|
||||
background: lighten($color,5%);
|
||||
border-color: $color;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user