feat: render emoji packs and goals in cards

This commit is contained in:
Alejandro Gomez
2023-07-26 16:13:47 +02:00
parent 7a6f4048fb
commit 59cf6506e0
21 changed files with 537 additions and 76 deletions

View File

@ -15,6 +15,7 @@ body {
--text-muted: #797979;
--text-link: #F838D9;
--text-danger: #FF563F;
--border: #333;
}
@media(max-width: 1020px) {
@ -270,3 +271,9 @@ div.paper {
.szh-menu__item--hover {
background-color: unset;
}
.emoji {
width: 15px;
height: 15px;
margin-bottom: -2px;
}