/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
@import "~@bentley/ui-core/lib/ui-core/style/themecolors";

.uifw-accudraw-field-container {
  padding: 6px;
}

.uifw-accudraw-field-container-horizontal {
  max-width: 550px;
  display: flex;
  flex-direction: row;
}

.uifw-accudraw-field-container-vertical {
  max-width: 250px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
