// 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 SnackbarContent */
// Styles applied to the root element.
.ZuSnackbarContent-root {
}
// Styles applied to the message wrapper element.
.ZuSnackbarContent-message {
}
// Styles applied to the action wrapper element if action is provided.
.ZuSnackbarContent-action {
}