balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

style.scss (470B)


      1 .tablenav-pages {
      2     display: flex;
      3     justify-content: center;
      4     align-items: center;
      5     margin-bottom: 20px;
      6     span.displaying-num {
      7         margin-right: 20px;
      8     }
      9     #table-paging {
     10         margin-left: 10px;
     11         margin-right: 10px;
     12         span {
     13             line-height: 30px;
     14         }
     15     }
     16     span.tablenav-pages-navspan.button {
     17         cursor: pointer;
     18         margin: 0 2px;
     19         &.disabled {
     20             cursor: default;
     21         }
     22     }
     23 }