add github icon

This commit is contained in:
Philipp Kühn
2020-04-18 22:35:29 +02:00
parent 53d20a454a
commit 10fd993f44
7 changed files with 179 additions and 35 deletions

View File

@@ -0,0 +1,15 @@
.icon {
display: inline-flex;
width: 1.3rem;
height: 1.3rem;
&::v-deep > svg {
width: 100%;
height: 100%;
fill: currentColor;
* {
fill: inherit;
}
}
}