// 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 Drawer */
// Styles applied to the root element.
.ZuDrawer-root {
}
// Styles applied to the root element if variant="permanent or persistent".
.ZuDrawer-docked {
}
// Styles applied to the Paper component.
.ZuDrawer-paper {
}
// Styles applied to the Paper component if anchor="left".
.ZuDrawer-paperAnchorLeft {
}
// Styles applied to the Paper component if anchor="right".
.ZuDrawer-paperAnchorRight {
}
// Styles applied to the Paper component if anchor="top".
.ZuDrawer-paperAnchorTop {
}
// Styles applied to the Paper component if anchor="bottom".
.ZuDrawer-paperAnchorBottom {
}
// Styles applied to the Paper component if anchor="left" and variant is not "temporary".
.ZuDrawer-paperAnchorDockedLeft {
}
// Styles applied to the Paper component if anchor="top" and variant is not "temporary".
.ZuDrawer-paperAnchorDockedTop {
}
// Styles applied to the Paper component if anchor="right" and variant is not "temporary".
.ZuDrawer-paperAnchorDockedRight {
}
// Styles applied to the Paper component if anchor="bottom" and variant is not "temporary".
.ZuDrawer-paperAnchorDockedBottom {
}
// Styles applied to the Modal component.
.ZuDrawer-modal {
}