/*!
 * SPDX-License-Identifier: Apache-2.0
 *
 * The OpenSearch Contributors require contributions made to
 * this file be licensed under the Apache-2.0 license or a
 * compatible open source license.
 *
 * Modifications Copyright OpenSearch Contributors. See
 * GitHub history for details.
 */

.ouiRangeTrack {
  height: 100%; // Don't overflow `ouiRangeWrapper`
  flex-grow: 1;
  position: relative; // for positioning ticks/levels
  align-self: flex-start; // Adjust vertical alignment of input based on extras

  &--hasTicks {
    margin-left: 1em;
    margin-right: 1em;
  }

  &--disabled {
    opacity: $ouiRangeDisabledOpacity;
  }
}
