mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 11:15:09 -05:00
12 lines
219 B
SCSS
12 lines
219 B
SCSS
.reward-item {
|
|
@apply bg-slate-700 border border-gray-500 rounded-md p-4;
|
|
|
|
> div {
|
|
@apply flex gap-4 justify-start p-0;
|
|
|
|
}
|
|
|
|
> div > span {
|
|
@apply bg-slate-800 p-2 border border-gray-500 rounded-md;
|
|
}
|
|
} |