File: /home/t/h/a/thanexcelr/www/wp-content/themes/fifteen/assets/theme-styles/sections/pagination.less
/* --------------- pagination ------------ */
.pagination {
margin: 20px 0;
padding-top: 25px;
text-align: center;
width: 100%;
ul {
list-style: none;
li {
display: inline-block;
margin: 0 2px;
}
}
.page-numbers {
display: inline-block;
padding: 5px;
color: darken(@content, 10%);
font-weight: bold;
.title-font;
.transition(0.4s all ease);
&:hover {
.transform(scale(1.2));
}
}
.current {
border: solid 2px @accent;
padding: 7px;
width: 38px;
height: 38px;
border-radius: 50%;
margin: 0 5px;
}
.dots, .current {
pointer-events: none;
}
}