Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.65 KB | None | 0 0
  1. .pages > .label {
  2.   border: 0;
  3.   clip: rect(0, 0, 0, 0);
  4.   height: 1px;
  5.   margin: -1px;
  6.   overflow: hidden;
  7.   padding: 0;
  8.   position: absolute;
  9.   width: 1px;
  10. }
  11. .pages .items {
  12.   font-size: 0;
  13.   letter-spacing: -1px;
  14.   line-height: 0;
  15.   white-space: nowrap;
  16.   margin: 0;
  17.   padding: 0;
  18.   list-style: none none;
  19.   display: inline-block;
  20.   font-weight: 400;
  21. }
  22. .pages .item {
  23.   font-size: 1.2rem;
  24.   font-size: 12px;
  25.   letter-spacing: normal;
  26.   line-height: 30px;
  27.   margin: 0 8px 0 0;
  28.   display: inline-block;
  29. }
  30. .pages .item .label {
  31.   border: 0;
  32.   clip: rect(0, 0, 0, 0);
  33.   height: 1px;
  34.   margin: -1px;
  35.   overflow: hidden;
  36.   padding: 0;
  37.   position: absolute;
  38.   width: 1px;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement