This commit is contained in:
CarlNation 2022-11-23 14:56:53 -05:00
parent 7e5a0fed3e
commit d5196d2891

View file

@ -44,39 +44,39 @@ export default {
<style lang="scss"> <style lang="scss">
a { a {
display: inline-flex !important; display: inline-flex !important;
color: $blue; color: $blue;
text-underline-offset: 0.5em; text-underline-offset: 0.5em;
line-height: 26px;
padding: 0 0 4px 0;
font-weight: 500;
max-width: fit-content;
&:hover {
color: $blue-700;
}
&.small {
line-height: 24px;
&:hover {
color: $blue-700;
}
}
&.navigation-link {
color: $black;
line-height: 26px; line-height: 26px;
white-space: nowrap; padding: 0 0 4px 0;
align-items: center; font-weight: 500;
} max-width: fit-content;
&.footer-link {
color: $gray-600;
text-decoration: none;
line-height: 20px;
padding: 0 0 2px 0;
font-weight: 400;
font-size: 0.75rem;
&:hover { &:hover {
padding: 0 0 2px 0; color: $blue-700;
text-decoration: underline; }
&.small {
line-height: 24px;
&:hover {
color: $blue-700;
}
}
&.navigation-link {
color: $black;
line-height: 26px;
white-space: nowrap;
align-items: center;
}
&.footer-link {
color: $gray-600;
text-decoration: none;
line-height: 20px;
padding: 0 0 2px 0;
font-weight: 400;
font-size: 0.75rem;
&:hover {
padding: 0 0 2px 0;
text-decoration: underline;
}
} }
}
} }
</style> </style>