Merge pull request #1026 from Safelite/feature/kroell/UI-fix

INSR-7765: scoped style changes / progress bar update
This commit is contained in:
katiekroell 2026-01-26 15:58:38 -05:00 committed by GitHub
commit fd1620b4c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 26 deletions

View file

@ -6,10 +6,10 @@ export const pageProgressMapper = {
percent: 15
},
'policy-vehicles': {
percent: 15
percent: 20
},
'policy-endorsements': {
percent: 15
percent: 20
},
'vehicle-selection': {
percent: 20

View file

@ -297,7 +297,7 @@ export default {
}
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.iss-heritage-container-width {
.policy-vehicles-container {
position: relative;
@ -305,31 +305,17 @@ export default {
padding-left: .9375rem;
padding-right: .9375rem;
.subheader-secondary p {
:deep(.subheader-secondary p) {
text-align: left;
}
:deep(span.small) {
font-size: 1rem;
}
:deep(.form-test-error) {
text-align: left;
}
}
}
.policy-vehicles {
.button-question {
.question-text {
margin: 1rem 0;
span {
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
}
}
}
.form-test-error {
text-align: left
}
}
.list-button-content {
span.small {
font-size: 1rem;
}
}
</style>