Skip to content
Snippets Groups Projects
Commit 4be7c839 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Adjust hover effect

parent f7d082f5
No related merge requests found
......@@ -7,7 +7,7 @@
position: relative;
top: 0;
text-align: center;
transition: all 0.25s;
transition: all 0.5;
margin-top: 10px;
max-height: 50px;
padding: 5px;
......@@ -15,8 +15,10 @@
&:hover {
cursor: pointer;
background-color: mat-color($arsnova-primary, 200);
top: -15px;
box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.2);
transform: translateZ(20px);
transform: translateY(-5px);
transform: scaleY(1.2);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment