Initial commit

This commit is contained in:
Arjun Patel
2018-06-29 00:00:48 -07:00
commit f72587d80e
59 changed files with 10681 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
/* Icons */
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
li {
display: inline-block;
padding: 0 1rem 0 0;
&:last-child {
padding-right: 0;
}
.icon {
&:before {
font-size: 2rem;
}
}
}
}