forked from noxious/client
Small hover animations
This commit is contained in:
parent
c8e5daf6cf
commit
ef13f22e6e
@ -266,6 +266,7 @@ function create() {
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
align-items: center;
|
||||
transition: ease-in-out gap 0.2s;
|
||||
|
||||
span {
|
||||
margin: auto;
|
||||
@ -280,6 +281,10 @@ function create() {
|
||||
background-color: rgba($cyan, 0.5);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
gap: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -139,7 +139,7 @@ onUnmounted(() => {
|
||||
|
||||
&:hover {
|
||||
transform: rotate(180deg);
|
||||
transition: ease-in-out 0.3s;
|
||||
transition: ease-in-out transform 0.3s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user