Skip to content

Commit

Permalink
Link to K-centre profile from centre admin entry
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 8, 2025
1 parent 9d2062e commit 6fe4560
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6fe4560

Please sign in to comment.