Merge pull request #1290 from Safelite/feature/Digital/CSR-1584

CSR-1584
This commit is contained in:
shnsuku 2023-08-04 20:54:49 +05:30 committed by GitHub
commit 618d9e2f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>