/**
 * Divider.
 */

.divider {
  height: 1px;
  background-color: var(--color-divider);
}
