/**
* DevExtreme (widgets/ios7/tabPanel.ios7.less)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./multiView.ios7.less";
@import (once) "./tabs.ios7.less";

.dx-tabpanel {
    &.dx-borders {
        border: 1px solid @IOS7_TABPANEL_BORDER_COLOR;

        .dx-hairlines & {
            border-width: 0.5px;
        }
    }

    .dx-tab {
        color: @IOS7_TABS_ACTIVE_TEXT;

        &.dx-tab-selected {
            color: @IOS7_TABS_SELECTED_TEXT;
        }
    }

    .dx-tabpanel-tabs {
        padding: 5px 10px;
    }
}
