website/core/themes/classy/css/components/pagere628.css

17 lines
203 B
CSS
Raw Normal View History

2023-09-30 09:40:37 +02:00
/**
* @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;
}