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

Adjust card-with and shadow

parent 54859abd
No related merge requests found
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
text-align: center; text-align: center;
transition: all 0.25s; transition: all 0.25s;
margin-top: 10px; margin-top: 10px;
max-height: 80px; max-height: 50px;
padding: 5px; padding: 5px;
&:hover { &:hover {
cursor: pointer; cursor: pointer;
background-color: mat-color($arsnova-primary, 200); background-color: mat-color($arsnova-primary, 200);
top: -15px; top: -15px;
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); box-shadow: 10px 20px 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