Files
VRCT/src-ui/app/snackbar_controller/SnackbarController.module.scss
Sakamoto Shiina 88cb4f72b5 [Update/bugfix] UI: Add disable/enable UI function when osc query is disabled.
Fix the error that the mic mute sync couldn't enable/disable.
2025-05-30 15:32:03 +09:00

19 lines
379 B
SCSS

.snackbar_content {
width: 100%;
height: 100%;
padding: 2rem;
color: #fff;
&.is_success {
background-color: var(--success_bc_color);
}
&.is_warning {
background-color: var(--waring_bc_color);
}
&.is_error {
background-color: var(--error_bc_color);
}
}
.snackbar_message {
font-size: 1.4rem;
}