pager.css in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
Visual styles for pager.
File
core/themes/classy/css/components/pager.cssView source
- /**
- * @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;
- }