@mixin identityModal() {
  .geoscene-identity-modal__info,
  .geoscene-identity-modal__notice {
    margin: 0;
    margin-bottom: $cap-spacing;
  }
}

@if $include_IdentityModal == true {
  @include identityModal();
}