$black: #333333;
.leftSide {
  display: flex;
  flex-direction: column;
  width: 40px;
  border-right: 1px solid #ddd;
  .week {
    height: 29px;
    color: $black;
    text-align: center;
    font-size: 12px;
  }
}
