Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / classy / css / components / pager.css
1 /**
2  * @file
3  * Visual styles for pager.
4  */
5
6 .pager__items {
7   clear: both;
8   text-align: center;
9 }
10 .pager__item {
11   display: inline;
12   padding: 0.5em;
13 }
14 .pager__item.is-active {
15   font-weight: bold;
16 }