// 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 ImageListItem */
// Styles applied to the root element.
.ZuImageListItem-root {
}
// Styles applied to an `img` element to ensure it covers the item.
.ZuImageListItem-img {
}
// Styles applied to the root element if variant="standard".
.ZuImageListItem-standard {
}
// Styles applied to the root element if variant="woven".
.ZuImageListItem-moven {
}
// Styles applied to the root element if variant="masonry".
.ZuImageListItem-masonry {
}
// Styles applied to the root element if variant="quilted".
.ZuImageListItem-quilted {
}