Merge pull request #2763 from Safelite/CASH-1404-fix-label-style
CASH-1404 fix label style
This commit is contained in:
commit
812f3ab1f6
2 changed files with 6 additions and 5 deletions
|
|
@ -219,11 +219,6 @@ export default {
|
|||
&.has-subheader {
|
||||
& > .package-specs {
|
||||
display: inline-flex;
|
||||
@include media-breakpoint-up(lg) {
|
||||
& > div:first-of-type {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -291,6 +291,12 @@ export default {
|
|||
height: 10px;
|
||||
min-width: 10px;
|
||||
}
|
||||
|
||||
&.has-subheader {
|
||||
& > .package-specs {
|
||||
display: inline-flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue