mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 20:03:44 +03:00
18 lines
267 B
SCSS
18 lines
267 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|