Merge pull request #956 from Safelite/CSR-1050-fix-spacing
Set text underline spacing to 4px;
This commit is contained in:
commit
485adf7127
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue