Merge pull request #1893 from Safelite/CSR-2140-fix-style-issue
Make special price label position correctly when changing to insurace.
This commit is contained in:
commit
c0b86aca2c
1 changed files with 8 additions and 8 deletions
|
|
@ -179,16 +179,14 @@ export default {
|
|||
|
||||
&.has-subheader {
|
||||
min-height: 80px;
|
||||
@include media-breakpoint-up(md) {
|
||||
padding-top: 60px;
|
||||
}
|
||||
}
|
||||
&.has-text {
|
||||
border-radius: 0 0 0.5rem 0.5rem;
|
||||
border: 1px solid #469d2a;
|
||||
@include media-breakpoint-up(md) {
|
||||
border-radius: 0.5rem;
|
||||
padding-top: 3.75rem;
|
||||
}
|
||||
border: 1px solid #469d2a;
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
|
@ -369,10 +367,12 @@ export default {
|
|||
@include media-breakpoint-up(md) {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
@include media-breakpoint-up(md) {
|
||||
~ label .package-label:after {
|
||||
top: 68px;
|
||||
~ label {
|
||||
.package-label {
|
||||
&:after {
|
||||
top: 68px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue