Skip to content

Commit

Permalink
Update style for links to centre registry and k-centre profile
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 8, 2025
1 parent 6fe4560 commit 304fd78
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 304fd78

Please sign in to comment.