mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 19:13:44 +03:00
Pledge List: Style pagination
This commit is contained in:
parent
14ed8d4d6b
commit
c367a00071
|
@ -23,6 +23,7 @@
|
||||||
@import "archive";
|
@import "archive";
|
||||||
@import "entry-content";
|
@import "entry-content";
|
||||||
@import "page";
|
@import "page";
|
||||||
|
@import "pagination";
|
||||||
@import "pledge-contributors";
|
@import "pledge-contributors";
|
||||||
@import "pledge-list";
|
@import "pledge-list";
|
||||||
@import "pledge-single";
|
@import "pledge-single";
|
||||||
|
|
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…
Reference in a new issue