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;