// 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 TimelineDot */
// Styles applied to the root element.
.ZuTimelineDot-root {
}
// Styles applied to the root element if variant="filled".
.ZuTimelineDot-filled {
}
// Styles applied to the root element if variant="outlined".
.ZuTimelineDot-outlined {
}
// Styles applied to the root element if color="grey" and variant="filled".
.ZuTimelineDot-filledGrey {
}
// Styles applied to the root element if color="primary" and variant="filled".
.ZuTimelineDot-filledPrimary {
}
// Styles applied to the root element if color="secondary" and variant="filled".
.ZuTimelineDot-filledSecondary {
}
// Styles applied to the root element if color="grey" and variant="outlined".
.ZuTimelineDot-outlinedGrey {
}
// Styles applied to the root element if color="primary" and variant="outlined".
.ZuTimelineDot-outlinedPrimary {
}
// Styles applied to the root element if color="secondary" and variant="outlined".
.ZuTimelineDot-outlinedSecondary {
}