Merge pull request #2768 from Safelite/CASH-1404-fix-most-popular-placement

CASH-1404 fix most popular placement
This commit is contained in:
bmauger 2025-08-14 11:27:45 -04:00 committed by GitHub
commit fcb3840bbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {