UNPKG

rsuite

Version:

A suite of react components

45 lines (37 loc) 907 B
@import '../../styles/common'; .@{ns}table-pagination { &-toolbar { padding: @table-pagination-padding-vertical @table-pagination-padding-horizontal; font-size: @font-size-small; line-height: @line-height-small; display: flex; justify-content: space-between; } &-length-menu, &-page-info { color: @table-pagination-font-color; display: inline-block; vertical-align: middle; } // Rest dropdown the same to design. &-length-menu .@{ns}picker-toggle { padding: 2px 21px 2px 8px; font-size: @font-size-small; line-height: @line-height-small; &-caret { top: 0; right: 8px; &::before { vertical-align: middle; } } } // There is a gap between Length Menu and Page info. &-length-menu + &-page-info { margin-left: 18px; } &-end { //Reset font-space to clear whitspace font-size: 0; } }