Skip to content

Commit

Permalink
Merge pull request #44 from clarin-eric/event-address-box
Browse files Browse the repository at this point in the history
visually separate address 'box' on event page from rest of content
  • Loading branch information
andmor- authored Sep 26, 2024
2 parents db84dd8 + c233630 commit f7f0aa5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@
}
}

.node--type-event {
.field.field--name-field-address.field--type-address {
margin: 1rem 0 0 0;
padding: .5rem;
background: $subtle-grey-01;

.field__label {
font-weight: bold;
}
}
}

@media (min-width: #{$screen-sm-min}) {
.node--type-clarin-centre {
.field--name-field-administrative-contact, .field--name-field-technical-contact,
Expand Down

0 comments on commit f7f0aa5

Please sign in to comment.