Archive commit

This commit is contained in:
Erik McClure
2019-08-28 21:15:02 -07:00
commit 735845746e
1435 changed files with 140724 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
.emote-sample {
display: inline-block;
width: 24px;
text-align: center;
margin-bottom: 3px;
&:hover {
background: rgba(255, 255, 255, 0.2);
border-radius: 2px;
}
}
.emotes {
column-width: 180px;
}
.spaced-list {
> li {
padding-bottom: 2px;
}
}