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">
.vinLookupMethodHeading p {
font-size: 1rem;
font-weight: 500;
font-size: 14px;
font-weight: 400;
color: $black;
strong {
font-size: 1rem;
font-weight: 500;
}
}
</style>