Merge branch 'develop' into feature/CSR-1381-tech-review-changes

This commit is contained in:
Leah Schumann 2023-08-09 06:27:16 -04:00
commit f51ff3d253

View file

@ -356,8 +356,12 @@ export default {
<style lang="scss"> <style lang="scss">
.vinLookupMethodHeading p { .vinLookupMethodHeading p {
font-size: 1rem; font-size: 14px;
font-weight: 500; font-weight: 400;
color: $black; color: $black;
strong {
font-size: 1rem;
font-weight: 500;
}
} }
</style> </style>