@import '../../style/index.less';

@tabs-prefix-cls: ~'@{xui-prefix}__tabs';

.@{tabs-prefix-cls} {
  position: relative;
  &--tabs {
    .ant-tabs-nav {
      margin-top: -10px;
    }
    &-title {
      margin-right: 32px;
      color: #333;
      font-weight: bold;
      font-size: 14px;
      border: none;
      cursor: auto;
    }
  }
}
