Format code.

This commit is contained in:
Bryan Mauger 2023-01-27 09:04:12 -05:00
parent 386ac66c92
commit 04de4c6301
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: 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
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: 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
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;