@import '../../style/mixins';

.bs-cell {
  position: relative;
  padding: 0 30 * @hd 0 15 * @hd;
  background-color: #fff;
  //.hairline('top');
  &-header {
    position: relative;
    color: #000;
    font-size: 17 * @hd;
    height: 44 * @hd;
    line-height: 44 * @hd;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
