Skip to content

Commit

Permalink
Improve contacts layout
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 8, 2024
1 parent d0f076c commit a3ba139
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
}

.node--type-k-centre-profile, .node--type-clarin-centre {
.field:not(.field--name-field-k-centre-website-url, .field--name-field-centre-contact-email, .field--name-field-centre-contact-name) {
.field:not(.field--name-field-k-centre-website-url, .field--name-field-centre-contact-email, .field--name-field-centre-contact-name,
.field--name-field-centre-contact-telephone, .field--name-field-centre-contact-website-url, .field--name-field-centre-contact-eppn) {
padding-bottom: 0.625rem;

p {
Expand Down Expand Up @@ -55,6 +56,23 @@
content: "\f0e0";
font-family: 'Font Awesome 6 Free';
font-size: 14px;
font-weight: 900;
margin-right: 4px;
}

.field--name-field-centre-contact-telephone::before {
content: "\f095";
font-family: 'Font Awesome 6 Free';
font-size: 14px;
font-weight: 900;
margin-right: 4px;
}

.field--name-field-centre-contact-website-url::before {
content: "\f0ac";
font-family: 'Font Awesome 6 Free';
font-size: 14px;
font-weight: 900;
margin-right: 4px;
}

Expand Down Expand Up @@ -160,7 +178,7 @@
padding-right: 2rem;
padding-top: 2rem;
vertical-align: top;
width: 30%;
width: 33%;
}

.field--name-field-working-unit {
Expand Down

0 comments on commit a3ba139

Please sign in to comment.