@import '../../../node_modules/antd/es/card/style/index.less';
@import '../../style/default.less';

@card-prefix-cls: ~'@{ant-prefix}-card';

.@{card-prefix-cls} {
  &-head {
    min-height: auto;
    padding: 0 16px;
    border-bottom: none;
    &-wrapper {
      height: 48px;
    }
  }
  &-extra {
    padding: 8px 0;
  }
  &-body {
    padding: 4px 16px 16px;
  }
  
  &-bordered {
    border: 1px solid #e5e6e5;
  }

  &-head-title {
    padding: 0px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
  }
}

