// 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 ToggleButton */
// Styles applied to the root element.
.ZuToggleButton-root {
}
// State class applied to the root element if disabled={true}.
.ZuToggleButton-disabled {
}
// State class applied to the root element if selected={true}.
.ZuToggleButton-selected {
}
// State class applied to the root element if color="standard".
.ZuToggleButton-standard {
}
// State class applied to the root element if color="primary".
.ZuToggleButton-primary {
}
// State class applied to the root element if color="secondary".
.ZuToggleButton-secondary {
}
// Styles applied to the root element if size="small".
.ZuToggleButton-sizeSmall {
}
// Styles applied to the root element if size="medium".
.ZuToggleButton-sizeMedium {
}
// Styles applied to the root element if size="large".
.ZuToggleButton-sizeLarge {
}