Merge branch 'release/2025.09.04' into feature/CASH-1401
This commit is contained in:
commit
848a41842c
3 changed files with 11 additions and 10 deletions
|
|
@ -1,11 +1,11 @@
|
|||
export const pageProgressMapper = {
|
||||
//Combine progress bar slide percent and button steps
|
||||
vehicle: {
|
||||
percent: 10,
|
||||
percent: 8,
|
||||
step: 1,
|
||||
},
|
||||
"vehicle-damage": {
|
||||
percent: 14,
|
||||
percent: 11,
|
||||
step: 1,
|
||||
},
|
||||
estimate: {
|
||||
|
|
@ -49,7 +49,7 @@ export const pageProgressMapper = {
|
|||
step: 1,
|
||||
},
|
||||
quote: {
|
||||
percent: 39, //The first Step 2 must be 39 so the animated bar lines up with the dot
|
||||
percent: 62,
|
||||
step: 2,
|
||||
},
|
||||
"insurance-company": {
|
||||
|
|
@ -61,7 +61,7 @@ export const pageProgressMapper = {
|
|||
step: 2,
|
||||
},
|
||||
schedule: {
|
||||
percent: 70.5, //The first Step 3 must be 70.5 so the animated bar lines up with the dot
|
||||
percent: 76,
|
||||
step: 3,
|
||||
},
|
||||
"mobile-details": {
|
||||
|
|
@ -73,7 +73,7 @@ export const pageProgressMapper = {
|
|||
step: 3,
|
||||
},
|
||||
"payment-method": {
|
||||
percent: 97, //The first Step 4 must be 97 so the animated bar lines up with the dot
|
||||
percent: 97,
|
||||
step: 4,
|
||||
},
|
||||
payment: {
|
||||
|
|
|
|||
|
|
@ -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