mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 22:25:53 +02:00
22 lines
262 B
SCSS
22 lines
262 B
SCSS
.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;
|
|
}
|
|
}
|