mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-07 07:40:29 +03:00
Add animation on profile pic hover
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
27d0a88b36
commit
0d12c64c47
3 changed files with 10 additions and 1 deletions
|
|
@ -23,6 +23,12 @@
|
|||
&__avatar-container {
|
||||
padding-top: 6px;
|
||||
margin-right: var(--sp-tight);
|
||||
& .avatar-container {
|
||||
transition: transform 200ms var(--fluid-push);
|
||||
&:hover {
|
||||
transform: translateY(-4px);
|
||||
}
|
||||
}
|
||||
|
||||
& button {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue