gl-website-deployer/admin/phpMyAdmin/themes/pmahomme/scss/_pagination.scss

18 lines
283 B
SCSS
Raw Normal View History

2024-11-19 08:02:04 +01:00
.page-link {
background-image: linear-gradient(#fff, #e0e0e0);
&:hover {
text-decoration: $link-hover-decoration;
}
}
.page-item {
&.active .page-link {
background-image: linear-gradient(#bbb, #fff);
}
&.disabled .page-link {
background-image: none;
}
}