@import '../../style/themes/index';
@import '../../style/mixins/index';

.rc-segmented {
    border-radius: 6px;
    background-color: @segmented-bg;

    .rc-segmented-thumb {
        border-radius: 6px;
        background: @component-background;
    }

    .rc-segmented-item {
        flex: 1;
        border-radius: 6px;
        min-height: 24px !important;
        padding: 4px 6px !important;
        color: @text-color;

        &-label {
            line-height: 16px !important;
            font-size: 12px;
        }

        &-selected {
            background: @component-background;
        }
    }
}