/*
 * Copyright (c) 2021 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
 */

@import "../variables";

$bar-height: 2px;
$handle-radius: 6px;
$handle-radius-selected: 8px;

$tick-radius: 3px;

$color-selected: $gray-700;
$color-unselected: $gray-200;
