/*
 * Core Styles
 * Mainly only the margins are defined in here
 *
 */

@mixin defaultSpacing() {
  &:not([class*='dnb-space__top']) {
    margin-top: 0;
  }

  &:not([class*='dnb-space__bottom']) {
    margin-bottom: 1.5rem;
  }
}
