pager.less 379 B

12345678910111213141516171819202122
  1. //
  2. // Misago pager
  3. // --------------------------------------------------
  4. .pager-undercontent {
  5. margin-top: @line-height-computed * -1;
  6. }
  7. // "Load more" button
  8. .pager-more {
  9. text-align: center;
  10. }
  11. // Large displays
  12. @media screen and (min-width: @screen-md-min) {
  13. .pager-more .btn {
  14. padding-left: @line-height-computed;
  15. padding-right: @line-height-computed;
  16. }
  17. }