mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
node liking
This commit is contained in:
parent
34e449dd15
commit
fea0a37457
4 changed files with 64 additions and 3 deletions
|
@ -135,7 +135,7 @@
|
|||
}
|
||||
|
||||
60% {
|
||||
transform: scale(1.25);
|
||||
transform: scale(1.4);
|
||||
}
|
||||
|
||||
75% {
|
||||
|
@ -143,7 +143,7 @@
|
|||
}
|
||||
|
||||
90% {
|
||||
transform: scale(1.25);
|
||||
transform: scale(1.4);
|
||||
}
|
||||
|
||||
100% {
|
||||
|
@ -155,6 +155,12 @@
|
|||
transition: fill, stroke 0.25s;
|
||||
will-change: transform;
|
||||
|
||||
&:global(.is_liked) {
|
||||
svg {
|
||||
fill: $red;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
fill: $red;
|
||||
animation: pulse 0.75s infinite;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue