_pager.scss 326 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 .pager { font-size: 12px; a { height: 24px; padding: 0 9px; line-height: 24px; display: inline-block; text-align: center; margin-right: 8px; color: #222; &.cur { background-color: #222; color: #fff; } } }