diff --git a/src/fmg-components/funnel-header/menu-modal/menu-modal.vue b/src/fmg-components/funnel-header/menu-modal/menu-modal.vue
index dd77ea7fa..be2cdab23 100644
--- a/src/fmg-components/funnel-header/menu-modal/menu-modal.vue
+++ b/src/fmg-components/funnel-header/menu-modal/menu-modal.vue
@@ -41,12 +41,12 @@
@@ -58,12 +58,12 @@
@@ -177,9 +177,6 @@ export default {
.modal-fullscreen {
width: 100vw;
}
- .navigation-link {
- margin-bottom: 1.5rem;
- }
.modal-footer {
border-top: none;
padding: 2rem;
diff --git a/src/ux-components/text-link/text-link.vue b/src/ux-components/text-link/text-link.vue
index 0490ccc5a..34893da77 100644
--- a/src/ux-components/text-link/text-link.vue
+++ b/src/ux-components/text-link/text-link.vue
@@ -1,20 +1,28 @@
- {{ text }}
- {{ text }}
- {{ text }}
@@ -74,23 +82,15 @@ a {
color: $blue-700;
}
}
- &.navigation-link {
+ &.navigation-link,
+ &.new-window-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;
- }
+ &.new-window-link {
+ margin-bottom: 1.5rem;
}
}