CASH-1404 fix label style.
This commit is contained in:
parent
d3b2526ea9
commit
42fa52456c
2 changed files with 0 additions and 26 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue