You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
283 B
18 lines
283 B
2 years ago
|
.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;
|
||
|
}
|
||
|
}
|