14 lines
150 B
SCSS
14 lines
150 B
SCSS
.gl-pagination {
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.page-item {
|
|
&.active {
|
|
.page-link {
|
|
z-index: 3;
|
|
}
|
|
}
|
|
}
|