@import '~antd/es/card/style/index.less';
@import '../variable.less';

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

.@{card-prefix-cls} {
  &:not(.@{card-prefix-cls}-bordered) {
    box-shadow: @card-no-border-box-shadow;

    &:hover {
      box-shadow: @card-no-border-box-shadow-hover;
    }
  }

  &-head {
    font-family: @font-family-bold;
    font-weight: @font-weight-bold;
  }
}
