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.
changedetection.io/changedetectionio/static/styles/scss/parts/_pagination.scss

31 lines
498 B

.pagination-page-info {
color: #fff;
font-size: 0.85rem;
text-transform: capitalize;
}
nav.pagination {
> * {
display: inline-block;
}
li {
display: inline-block;
}
.pagination-list {
li {
a {
padding: 0.65rem;
margin: 3px;
border: 1px solid #fff;
background: #444;
&.is-current {
font-weight: bold;
background: #888;
}
&:hover {
background: #999;
}
}
}
}
}