@import '../styles/index.less';

.number {
  font-size: 19px;
  font-weight: bold;
  color: #666666;
  cursor: pointer;
}

.active {
  color: @brand-primary;
}
