.cell {
  &__container {
    cursor: pointer;
    box-sizing: border-box;
    height: 35px;
    width: 35px;
    color: grey;
    border: 1px solid;
  }
}