17 lines
203 B
CSS
17 lines
203 B
CSS
/**
|
|
* @file
|
|
* Visual styles for pager.
|
|
*/
|
|
|
|
.pager__items {
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
.pager__item {
|
|
display: inline;
|
|
padding: 0.5em;
|
|
}
|
|
.pager__item.is-active {
|
|
font-weight: bold;
|
|
}
|