mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 22:25:53 +02:00
Archive commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user