Set text underline spacing to 4px;

This commit is contained in:
Bryan Mauger 2023-01-27 08:59:22 -05:00
parent e9c6e35505
commit 386ac66c92
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;