CASH-1404 fix label style.
This commit is contained in:
parent
3145a3c302
commit
5aa5b29f2e
2 changed files with 27 additions and 0 deletions
|
|
@ -222,6 +222,14 @@ export default {
|
||||||
@include media-breakpoint-up(lg) {
|
@include media-breakpoint-up(lg) {
|
||||||
& > div:first-of-type {
|
& > div:first-of-type {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
p {
|
||||||
|
&.sub-label {
|
||||||
|
background: $green-100;
|
||||||
|
border-radius: 50rem;
|
||||||
|
padding: 0.25rem 0.50rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -291,6 +291,25 @@ export default {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
min-width: 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 {
|
&:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue