deliciousium/themes/coyote/assets/scss/pagination.scss

25 lines
371 B
SCSS

.pagination {
display: flex;
justify-content: center;
gap: 1.6rem;
margin: 1.6rem auto 3.2rem;
&__item {
text-align: center;
}
&__link {
display: block;
min-width: 40px;
padding: 12px;
color: #111;
background-color: #ebeef2;
border-radius: 8px;
&--current {
background-color: #5486cc;
color: #fff;
}
}
}