$weekpanelPrefixCls: #{$prefixCls}-calendar-weekpanel;

.#{$weekpanelPrefixCls} {
  background: #fff;
  display: flex;
  flex-shrink: 0;
  padding: 0 2px;
  border-bottom: 1px #ccc solid;
  .cell {
    height: 24px;
    display: flex;
    width: 14.28571429%;
    justify-content: center;
    align-items: center;
  }
}