scoped style changes / progress bar update

This commit is contained in:
Katie Kroell 2026-01-26 14:29:54 -05:00
parent 7cc6dbf7ad
commit f1153a4bcc
2 changed files with 5 additions and 5 deletions

View file

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

View file

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