feat(web): show offer requirements, current progress and effects
This commit is contained in:
@@ -351,6 +351,26 @@
|
||||
font-size: var(--ar-font-sm);
|
||||
}
|
||||
|
||||
.shop-row__effect {
|
||||
color: var(--ar-text);
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
/* A lock the player can measure themselves against, not a dead end
|
||||
(slice 0.8.5 §5). */
|
||||
.shop-row__requirement {
|
||||
color: var(--ar-gold);
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.shop-row__requirement--met {
|
||||
color: var(--ar-text-muted);
|
||||
}
|
||||
|
||||
.shop-row__current {
|
||||
color: var(--ar-text-muted);
|
||||
}
|
||||
|
||||
.shop-receipt {
|
||||
display: flex;
|
||||
gap: var(--ar-space-2);
|
||||
|
||||
Reference in New Issue
Block a user