Merge pull request #2331 from Safelite/Feature/Digital/CASH-304
CASH-304
This commit is contained in:
commit
6c5eeca3c3
1 changed files with 11 additions and 1 deletions
|
|
@ -194,6 +194,12 @@ export default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -9999px;
|
left: -9999px;
|
||||||
|
|
||||||
|
+ .package-label.pricing-by-day-pkg-lbl {
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
padding-bottom: 0.75rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
+ .package-label.pricing-by-day-pkg-lbl.adjust-top {
|
+ .package-label.pricing-by-day-pkg-lbl.adjust-top {
|
||||||
/* Copying a component for an experiment will cause duplication of css classes.
|
/* Copying a component for an experiment will cause duplication of css classes.
|
||||||
This can cause problems if you want change the value of something only for the experiment
|
This can cause problems if you want change the value of something only for the experiment
|
||||||
|
|
@ -214,6 +220,9 @@ export default {
|
||||||
}
|
}
|
||||||
&:after {
|
&:after {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
|
}
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
padding-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -233,7 +242,8 @@ export default {
|
||||||
min-height: 52px;
|
min-height: 52px;
|
||||||
max-height: 126px;
|
max-height: 126px;
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
|
padding-bottom: 3rem;
|
||||||
}
|
}
|
||||||
transition: max-height 0.25s ease-in;
|
transition: max-height 0.25s ease-in;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue