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