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 TableCell */

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

}

// Styles applied to the root element if variant="head" or context.table.head.
.ZuTableCell-head {

}

// Styles applied to the root element if variant="body" or context.table.body.
.ZuTableCell-body {

}

// Styles applied to the root element if variant="footer" or context.table.footer.
.ZuTableCell-footer {

}

// Styles applied to the root element if size="small".
.ZuTableCell-sizeSmall {

}

// Styles applied to the root element if size="medium".
.ZuTableCell-sizeMedium {

}

// Styles applied to the root element if padding="checkbox".
.ZuTableCell-paddingCheckbox {

}

// Styles applied to the root element if padding="none".
.ZuTableCell-paddingNone {

}

// Styles applied to the root element if align="left".
.ZuTableCell-alignLeft {

}

// Styles applied to the root element if align="center".
.ZuTableCell-alignCenter {

}

// Styles applied to the root element if align="right".
.ZuTableCell-alignRight {

}

// Styles applied to the root element if align="justify".
.ZuTableCell-alignJustify {

}

// Styles applied to the root element if context.table.stickyHeader={true}.
.ZuTableCell-stickyHeader {

}