Skip to content
Snippets Groups Projects
Commit 3e8699e6 authored by David Stäheli's avatar David Stäheli
Browse files

set card background grey

parent 2376fa70
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
height: 100%;
background-color: rgba(170, 170, 170, 0.8);
&:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment