Clean master commit

This commit is contained in:
Franc FC
2018-10-31 14:11:03 -04:00
parent 59aa005a64
commit 92e03fdb07
69 changed files with 12939 additions and 0 deletions

16
src/scss/_icons.scss Normal file
View File

@@ -0,0 +1,16 @@
.icon {
display: inline-block;
width: 32px;
height: 1em;
stroke-width: 0;
stroke: $offwhite;
fill: $offwhite;
transform: scale(1.4);
cursor: pointer;
&:hover {
transition: 0.2s ease;
stroke: $yellow;
fill: $yellow;
}
}