From 6fe4560a4b01736368405c0d0f4520ce7a3f10b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Moreira?= Date: Wed, 8 Jan 2025 17:38:12 +0100 Subject: [PATCH] Link to K-centre profile from centre admin entry --- scss/modules/field.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scss/modules/field.scss b/scss/modules/field.scss index b7d2c3f..21db23a 100644 --- a/scss/modules/field.scss +++ b/scss/modules/field.scss @@ -97,6 +97,22 @@ body .node--type-k-centre-profile, body .node--type-clarin-centre { margin-right: 4px; } + .field--name-field-link-to-k-centre-profile { + padding-top: 1rem; + + &::before { + content: "\f061"; + font-family: 'Font Awesome\ 6 Free', sans-serif; + font-size: 14px; + font-weight: 900; + margin-right: 4px; + } + + a { + text-decoration: underline; + } + } + .tour_de_clarin_fields .field--label-inline a::before { content: "\f84a"; font-family: 'Font Awesome\ 6 Free', sans-serif;