CASH-1404 fix placement of most popular tag.

This commit is contained in:
Bryan Mauger 2025-08-14 09:36:05 -04:00
parent 6097489658
commit fa86231780

View file

@ -330,22 +330,14 @@ export default {
justify-content: space-between;
align-items: center;
white-space: nowrap;
@include media-breakpoint-up(md) {
display: inline-flex;
}
&.sub-label {
color: $green;
display: inline-flex;
padding: 0.25rem 0;
text-transform: uppercase;
font-size: 0.75rem;
margin-left: auto;
@include media-breakpoint-up(md) {
background-color: $green-100;
padding: 0.25rem 0.5rem;
border-radius: 0.75rem;
}
}
}
span {