From 304fd781361287e525a69eef05f07c4a9d8c6199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Moreira?= Date: Wed, 8 Jan 2025 17:45:54 +0100 Subject: [PATCH] Update style for links to centre registry and k-centre profile --- scss/modules/field.scss | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/scss/modules/field.scss b/scss/modules/field.scss index 21db23a..5cf72c4 100644 --- a/scss/modules/field.scss +++ b/scss/modules/field.scss @@ -100,8 +100,24 @@ body .node--type-k-centre-profile, body .node--type-clarin-centre { .field--name-field-link-to-k-centre-profile { padding-top: 1rem; - &::before { - content: "\f061"; + &::after { + content: " \f061"; + font-family: 'Font Awesome\ 6 Free', sans-serif; + font-size: 14px; + font-weight: 900; + margin-right: 4px; + } + + a { + text-decoration: underline; + } + } + + .field--name-field-link-to-centre-registry { + padding-top: 1rem; + + &::after { + content: " \f08e"; font-family: 'Font Awesome\ 6 Free', sans-serif; font-size: 14px; font-weight: 900; @@ -255,7 +271,7 @@ body .node--type-k-centre-profile, body .node--type-clarin-centre { } } - .field--name-field-link-to-centre-registry, .field--name-field-location-coordinates { + .field--name-field-location-coordinates { a { color: $blue; text-decoration: underline;