CASH-1404 fix label style.

This commit is contained in:
Bryan Mauger 2025-08-13 14:58:13 -04:00
parent d3b2526ea9
commit 42fa52456c
2 changed files with 0 additions and 26 deletions

View file

@ -219,19 +219,6 @@ export default {
&.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.5rem;
}
}
}
}
}
}

View file

@ -295,19 +295,6 @@ export default {
&.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.5rem;
}
}
}
}
}
}
}