mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
refactored comment form
This commit is contained in:
parent
af9b206a78
commit
9db25afb28
19 changed files with 235 additions and 153 deletions
11
src/components/comment/Comment/styles.module.scss
Normal file
11
src/components/comment/Comment/styles.module.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
@keyframes appear {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.wrap {
|
||||
animation: appear 1s;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue