Skip to content

Commit

Permalink
Field layout revised
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 8, 2024
1 parent 59e1b8b commit 3fc48fc
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,43 @@
}

.tour_de_clarin_fields, .resource_families_fields {
list-style-type: "\1F310";

.field__item, .field--label-inline a {
margin-left: 3px;
margin-right: 10px;
text-decoration: underline;

&:hover {
color: $soft-blue-01;
}
}

img {
margin-left: -20px;
}
}

.field--name-field-internal-contact > .field__label {
color: $soft-blue-02;
.field--name-field-internal-contact {
& > .field__label {
color: $soft-blue-02;
}

a {
text-decoration: underline;

&:hover {
color: $soft-blue-01;
}
}
}

.field--name-field-centre-registration-page a {
text-decoration: underline;

&:hover {
color: $soft-blue-01;
}
}

.field.field--name-field-hosted-by {
Expand Down

0 comments on commit 3fc48fc

Please sign in to comment.