@import '../../style/themes/index.less';

.cron {
  .select-right {
    margin-right: 16px;
  }

  .select-auto-width {
    width: auto;
  }

  .select-fixed-width {
    width: 200px;
  }
}

.custom {
  margin-top: 16px;
}

.cron-box {
  display: flex;
  align-items: center;
  margin-top: 16px;

  .cron-label {
    min-width: 40px;
    text-align: left;
  }

  .cron-select {
    min-width: 30%;
    max-width: 90%;
    margin-left: 8px;
  }
}
