/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
.nz-base-ellipsis {
  display: flex;
  flex-direction: row;

  > .nz-dot {
    $size: 0.25em;
    width: $size;
    height: $size;
    border-radius: 50%;
    background-color: currentColor;

    &:not(:first-child) {
      margin-left: 3px;
    }
  }
}
