// 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 ListItemButton */
// Styles applied to the root element.
.ZuListItemButton-root {
}
// State class applied to the `component`'s `focusVisibleClassName` prop.
.ZuListItemButton-focusVisible {
}
// Styles applied to the component element if dense.
.ZuListItemButton-dense {
}
// Styles applied to the component element if alignItems="flex-start".
.ZuListItemButton-alignItemsFlexStart {
}
// State class applied to the inner `component` element if disabled={true}.
.ZuListItemButton-disabled {
}
// Styles applied to the inner `component` element if divider={true}.
.ZuListItemButton-divider {
}
// Styles applied to the inner `component` element unless disableGutters={true}.
.ZuListItemButton-gutters {
}
// State class applied to the root element if selected={true}.
.ZuListItemButton-selected {
}