// 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 StepIcon */
// Styles applied to the root element.
.ZuStepIcon-root {
}
// Styles applied to the SVG text element.
.ZuStepIcon-text {
}
// State class applied to the root element if active={true}.
.ZuStepIcon-active {
}
// State class applied to the root element if completed={true}.
.ZuStepIcon-completed {
}
// State class applied to the root element if error={true}.
.ZuStepIcon-error {
}