2026-02-12 23:27:13 -05:00
|
|
|
@import '_bootstrap';
|
|
|
|
|
|
2026-02-13 21:28:33 -05:00
|
|
|
.copy-small {
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
}
|
2026-02-16 15:54:07 -05:00
|
|
|
|
|
|
|
|
.rarity-icon svg {
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.price-label {
|
|
|
|
|
color: hsl(122, 39%, 49%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.price-label:nth-of-type(n+2) {
|
|
|
|
|
color: hsl(66, 70%, 54%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.price-label:nth-of-type(n+3) {
|
|
|
|
|
color: hsl(54, 100%, 62%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.price-label:nth-of-type(n+4) {
|
|
|
|
|
color: hsl(45, 100%, 51%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.price-label:last-of-type {
|
|
|
|
|
color: hsl(36, 100%, 50%);
|
|
|
|
|
}
|