mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Add hover push animation to all albums, faces and directories #587
This commit is contained in:
parent
2a82dad30e
commit
fc35128e2c
@ -1,3 +1,11 @@
|
|||||||
|
:host {
|
||||||
|
transition: scale .3s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
:host:hover {
|
||||||
|
scale: 98%;
|
||||||
|
}
|
||||||
|
|
||||||
.info-button {
|
.info-button {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
:host {
|
||||||
|
transition: scale .3s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
:host:hover {
|
||||||
|
scale: 98%;
|
||||||
|
}
|
||||||
|
|
||||||
.star {
|
.star {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
:host {
|
||||||
|
transition: scale .3s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
:host:hover {
|
||||||
|
scale: 98%;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user