CASH-1404 fix label style.

This commit is contained in:
Bryan Mauger 2025-08-13 13:38:41 -04:00
parent 3145a3c302
commit 5aa5b29f2e
2 changed files with 27 additions and 0 deletions

View file

@ -222,6 +222,14 @@ export default {
@include media-breakpoint-up(lg) {
& > div:first-of-type {
display: flex;
justify-content: space-between;
p {
&.sub-label {
background: $green-100;
border-radius: 50rem;
padding: 0.25rem 0.50rem;
}
}
}
}
}

View file

@ -291,6 +291,25 @@ export default {
height: 10px;
min-width: 10px;
}
&.has-subheader {
& > .package-specs {
display: inline-flex;
@include media-breakpoint-up(lg) {
& > div:first-of-type {
display: flex;
justify-content: space-between;
p {
&.sub-label {
background: $green-100;
border-radius: 50rem;
padding: 0.25rem 0.50rem;
}
}
}
}
}
}
}
&:hover {