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

@import '../variables';

.number-inline-input {
    text-align: center;
    border-bottom-color: $gray-200;
    font-size: 14px;

    &:focus {
        background-color: $white;
    }
}
