five-for-the-future/themes/wporg-5ftf/css/components/_pagination.scss

18 lines
267 B
SCSS
Raw Normal View History

2019-10-29 01:58:22 +02:00
.pagination {
.nav-links .page-numbers {
background-color: transparent;
padding: 0;
height: 36px;
width: 36px;
line-height: 36px;
border-radius: 100%;
color: $color__text;
&.current {
background-color: $color__wp-blue;
color: white;
}
}
}