Skip to content

Commit

Permalink
visually separate address 'box' on event page from rest of content
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Sep 24, 2024
1 parent db84dd8 commit 82a565c
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 @@ -129,3 +129,15 @@
figure.align-left {
margin: 0 1rem 0 0;;
}


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

.field__label {
font-weight: bold;
}
}

0 comments on commit 82a565c

Please sign in to comment.