This commit is contained in:
parent
d0c6268b9f
commit
787305f025
1 changed files with 9 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue