zu 0.3.3

Yew web components, implementing Material Design
Documentation
// Copyright (c) 2024 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Lesser General Public License
// that can be found in the LICENSE file.


/* Styles for TablePagination */

// Styles applied to the root element.
.ZuTablePagination-root {

}

// Styles applied to the Toolbar component.
.ZuTablePagination-toolbar {

}

// Styles applied to the spacer element.
.ZuTablePagination-spacer {

}

// Styles applied to the select label Typography element.
.ZuTablePagination-selectLabel {

}

// Styles applied to the Select component `root` element.
.ZuTablePagination-selectRoot {

}

// Styles applied to the Select component `select` class.
.ZuTablePagination-select {

}

// Styles applied to the Select component `icon` class.
.ZuTablePagination-selectIcon {

}

// Styles applied to the Select component `root` element.
.ZuTablePagination-input {

}

// Styles applied to the MenuItem component.
.ZuTablePagination-menuItem {

}

// Styles applied to the displayed rows Typography element.
.ZuTablePagination-displayRows {

}

// Styles applied to the internal `TablePaginationActions` component.
.ZuTablePagination-actions {

}