// 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 InputAdornment */
// Styles applied to the root element.
.ZuInputAdornment-root {
}
// Styles applied to the root element if variant="filled".
.ZuInputAdornment-filled {
}
// Styles applied to the root element if variant="outlined".
.ZuInputAdornment-outlined {
}
// Styles applied to the root element if variant="standard".
.ZuInputAdornment-standard {
}
// Styles applied to the root element if position="start".
.ZuInputAdornment-positionStart {
}
// Styles applied to the root element if position="end".
.ZuInputAdornment-positionEnd {
}
// Styles applied to the root element if disablePointerEvents={true}.
.ZuInputAdornment-disablePointEvents {
}
// Styles applied if the adornment is used inside .
.ZuInputAdornment-hiddenLabel {
}
// Styles applied if the adornment is used inside .
.ZuInputAdornment-sizeSmall {
}