add SVG Icon

This commit is contained in:
2020-04-04 11:47:48 +02:00
parent 9c6c771171
commit a8dd4cb7c6
13 changed files with 61 additions and 37 deletions

View File

@@ -2,4 +2,15 @@
background-color: $medium;
width: calc(100vw - 15rem);
box-shadow: 3px 2px 3px rgba(0,0,0,0.2);
svg {
width: 3rem;
fill: $light;
transition: fill 0.2s;
&:hover {
fill: $dark;
transition: fill 0.2s;
}
}
}