added missing rarities to rarityicon component, updated mobile grid enhancements, moved search to sticky bar at the top

This commit is contained in:
zach
2026-02-17 15:49:33 -05:00
parent 3226527657
commit 4cd670c9b8
14 changed files with 70 additions and 44 deletions

View File

@@ -1,12 +1,18 @@
@import '_bootstrap';
.copy-small {
font-size: 0.9rem;
font-size: 0.75rem;
opacity: .87;
}
@media screen and (min-width: 768px) {
.copy-small {
font-size: 0.9rem;
}
}
.card-image {
aspect-ratio: 5/7;
aspect-ratio: 23/32;
object-fit: cover;
}
@@ -17,16 +23,25 @@
top: 0;
}
.rotate-90 {
transform: rotate(90deg);
}
.rarity-icon svg {
height: 1rem;
line-height: 1rem;
display: inline-block;
height: .8rem;
display: block;
}
.price-label {
color: hsl(122, 39%, 49%);
font-size: 0.825rem;
font-weight: 600;
font-size: 0.65rem;
}
@media screen and (min-width: 768px) {
.price-label {
font-size: 0.825rem;
font-weight: 600;
}
}
.price-label:nth-of-type(n+2) {