Vanessa 2024-10-21 20:18:06 +08:00
parent d0c6268b9f
commit 787305f025

View file

@ -39,8 +39,15 @@
}
&--error .b3-snackbar__content {
background-color: var(--b3-theme-error);
color: var(--b3-theme-on-error);
padding-left: 47px;
&:after {
content: "";
position: absolute;
left: 16px;
top: 10px;
font-size: 16px;
}
}
&__content {