// 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 ListItem */
// Styles applied to the (normally root) `component` element. May be wrapped by a `container`.
.ZuListItem-root {
}
// Styles applied to the container element if children includes ListItemSecondaryAction.
.ZuListItem-container {
}
// Styles applied to the component element if dense.
.ZuListItem-dense {
}
// Styles applied to the component element if alignItems="flex-start".
.ZuListItem-alignItemsFlexStart {
}
// Styles applied to the inner `component` element if divider={true}.
.ZuListItem-divider {
}
// Styles applied to the inner `component` element unless disableGutters={true}.
.ZuListItem-gutters {
}
// Styles applied to the root element unless disablePadding={true}.
.ZuListItem-padding {
}
// Styles applied to the component element if children includes ListItemSecondaryAction.
.ZuListItem-secondaryAction {
}