/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
.core-ls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  .ls-message {
    color: var(--iui-color-text);
  }

  .ls-message-top {
    @extend .ls-message;
    margin-bottom: var(--iui-size-s);
  }

  .ls-message-bottom {
    @extend .ls-message;
    margin-top: var(--iui-size-s);
  }
}
