Merge pull request #956 from Safelite/CSR-1050-fix-spacing

Set text underline spacing to 4px;
This commit is contained in:
bmauger 2023-01-27 09:15:08 -05:00 committed by GitHub
commit 485adf7127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -247,7 +247,7 @@ export default {
line-height: 1.4;
a {
text-underline-offset: 0.2em;
text-underline-offset: 4px; //Per Devyn. This can't be documented in Figma so there is a comment with the Prototype mocks on the Quote page in Figma
line-height: inherit;
}
}

View file

@ -45,7 +45,7 @@ export default {
<style lang="scss">
a {
color: $blue;
text-underline-offset: 5px;
text-underline-offset: 4px; //Per Devyn. This can't be documented in Figma so there is a comment with the Prototype mocks on the Quote page in Figma
line-height: 2;
padding: 0 0 4px 0;
font-weight: 500;