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

@import '../../../variables';

.core19-device-selector {
    .edit-device-buttons {
        height: 35px;

        font-size: 11px;
        font-weight: $font-weight-normal;

        text-transform: uppercase;
        text-align: center;

        border-top: 1px solid $gray-200;

        & > * {
            padding-top: 9px;
            width: 50%;
        }

        & > *:first-child {
            border-right: 1px solid $gray-200;
        }
    }
}
