@import "common/var";
@import "./date-picker/picker.scss";
@import "./date-picker/date-picker.scss";
@import "./scrollbar.scss";
@import "./popper";

.time-select {
  margin: 5px 0;
  min-width: 0;
}

.time-select .el-picker-panel__content {
  max-height: 200px;
  margin: 0;
}

.time-select-item {
  padding: 8px 10px;
  font-size: $--font-size-body-3;
  line-height: 20px;
}

.time-select-item.selected:not(.disabled) {
  color: $--color-white;
  background-color: $--color-primary;
  // border-radius: 2px;
  border-radius: $--border-radius-small;
}

.time-select-item.disabled {
  color: $--color-secondary-active;
  cursor: not-allowed;
}

.time-select-item:hover {
  background-color: $--datepicker-hover-background-color;
  // border-radius: 2px;
  border-radius: $--border-radius-small;
  cursor: pointer;
}
