@import '../../style/theme/default.less';
@import '../../style/hairlines.less';
@import './cell.less';

@cell-group-prefix-cls: ~'@{kui-prefix}-cell-group';

.@{cell-group-prefix-cls} {
  padding-left: 30px;
  background-color: #fff;

  & + & {
    margin-bottom: 24px;
  }

  .@{cell-prefix-cls} {
    .hairline(bottom, #e5e5e5);

    &:last-child::after {
      content: none;
    }
  }
}
