consul/consul

View on GitHub
app/assets/stylesheets/sdg/goals/targets.scss

Summary

Maintainability
Test Coverage
.sdg-goal-targets {
  dt,
  dd {
    display: inline;
  }

  dd {

    &::after {
      content: "";
      display: block;
    }

    &:not(:last-child)::after {
      margin-bottom: calc(#{$line-height} / 2);
    }
  }
}