//
// Divider
// --------------------------------------------------

.separator {
  width: 100%;
  height: $grid-unit-y;

  @include themes(background-color, separator-bg);

  &-thin {
    height: 1px;
  }
}
