47 lines
978 B
Plaintext
47 lines
978 B
Plaintext
@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::before {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
&-length-menu .@{ns}picker-toggle.@{ns}btn .@{ns}picker-toggle {
|
|
&-caret {
|
|
top: 0;
|
|
right: 8px;
|
|
}
|
|
}
|
|
|
|
// 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;
|
|
}
|
|
}
|