// 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 MobileStepper */
// Styles applied to the root element.
.ZuMobileStepper-root {
}
// Styles applied to the root element if position="bottom".
.ZuMobileStepper-positionBottom {
}
// Styles applied to the root element if position="top".
.ZuMobileStepper-positionTop {
}
// Styles applied to the root element if position="static".
.ZuMobileStepper-positionStatic {
}
// Styles applied to the dots container if variant="dots".
.ZuMobileStepper-dots {
}
// Styles applied to each dot if variant="dots".
.ZuMobileStepper-dot {
}
// Styles applied to a dot if variant="dots" and this is the active step.
.ZuMobileStepper-dotActive {
}
// Styles applied to the Linear Progress component if variant="progress".
.ZuMobileStepper-progress {
}