.Separator {
  border: none;

  &.horizontal {
    border-bottom: 2px solid #e2e2e2;
  }

  &.vertical {
    border-left: 2px solid #e2e2e2;
    width: 0;
    height: 100%;
  }
}
