// 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 Snackbar */
// Styles applied to the root element.
.ZuSnackbar-root {
}
// Styles applied to the root element if anchorOrigin={{ 'top', 'center' }}.
.ZuSnackbar-anchorOriginTopCenter {
}
// Styles applied to the root element if anchorOrigin={{ 'bottom', 'center' }}.
.ZuSnackbar-anchorOriginBottomCenter {
}
// Styles applied to the root element if anchorOrigin={{ 'top', 'right' }}.
.ZuSnackbar-anchorOriginTopRight {
}
// Styles applied to the root element if anchorOrigin={{ 'bottom', 'right' }}.
.ZuSnackbar-anchorOriginBottomRight {
}
// Styles applied to the root element if anchorOrigin={{ 'top', 'left' }}.
.ZuSnackbar-anchorOriginTopLeft {
}
// Styles applied to the root element if anchorOrigin={{ 'bottom', 'left' }}.
.ZuSnackbar-anchorOriginBottomLeft {
}