mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 03:28:07 +01:00
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
Add a link
Reference in a new issue