mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
Pledge List: Style pagination
This commit is contained in:
parent
14ed8d4d6b
commit
c367a00071
2 changed files with 18 additions and 0 deletions
17
themes/wporg-5ftf/css/components/_pagination.scss
Normal file
17
themes/wporg-5ftf/css/components/_pagination.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue