„css/skeleton-auto.css“ ändern
This commit is contained in:
parent
e405a3d6a1
commit
e5ca7c0c29
@ -262,9 +262,14 @@ hr {
|
|||||||
|
|
||||||
|
|
||||||
.zoom-box {
|
.zoom-box {
|
||||||
transition: transform .2s; /* Animation */
|
width: 100px;
|
||||||
|
-webkit-transition: -webkit-transform 0.2s;
|
||||||
|
transition: -webkit-transform 0.2s;
|
||||||
|
transition: transform 0.2s;
|
||||||
|
transition: transform 0.2s, -webkit-transform 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zoom-box:hover {
|
.zoom-box:hover {
|
||||||
transform: scale(1.05);
|
-webkit-transform: scale(1.05);
|
||||||
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user