@import 'proto-ui.vusion/src/u-tabs.vue/module.css';

$tabs-border: #e0e6ed;

.head {
    border-bottom: 1px solid $tabs-border;
}

.item {
    height: 36px;
    line-height: 34px;
    padding: 0 30px;
}

.item:hover {
    background: #f6f7f9;
}

.item[selected] {
    background: white;
    color: $brand-primary;
    border-color: $tabs-border;
}

.item[disabled] {
    background: white;
}

.body {
    margin-top: 20px;
}
