Merge pull request #1290 from Safelite/feature/Digital/CSR-1584
CSR-1584
This commit is contained in:
commit
618d9e2f67
1 changed files with 6 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue