@import '~choerodon-ui/lib/style/themes/default';

.issue-object-scheme-detail {
  &-content {

    .c7n-table-header {
      background: transparent !important;
    }

    &-table {
      .@{c7n-pro-prefix}-table {
        border-top: none;
      }

      .@{c7n-pro-prefix}-table-tbody {
        color: var(--text-color3);
      }
    }
    
  }

  &-sync {
    .c7n-pro-modal-body {
      padding-top: 0;
      padding-bottom: 0;
    }

    &-form {
      display: inline-flex;
      align-items: center;

      & >span:first-child {
        white-space: nowrap;
        display: inline-block;
        margin-right: .05rem;
      }

      & >div:first-child {
        min-width: 2rem;
      }

      .c7n-pro-select-wrapper {
        background-color: #fff !important;
      }
    }
  }
}
