mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 19:00:15 +01:00
This commit is contained in:
parent
132cef442f
commit
8fb629db73
4 changed files with 22 additions and 3 deletions
|
|
@ -1,3 +1,12 @@
|
|||
@keyframes addCard {
|
||||
0% {
|
||||
box-shadow: -100vw 0px 0px -1px var(--b3-protyle-inline-mark-background) inset;
|
||||
}
|
||||
100% {
|
||||
box-shadow: -3px 0px 0px -1px var(--b3-protyle-inline-mark-background) inset;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue