cloud-ui.vusion
Version:
Vusion Cloud UI
32 lines (24 loc) • 426 B
CSS
@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;
}