Skip to content

Commit

Permalink
limit scope of address layout change to event page only
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Sep 25, 2024
1 parent 82a565c commit c233630
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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 Expand Up @@ -129,15 +141,3 @@
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 c233630

Please sign in to comment.