@root-entry-name: 'default';
@import '~antd/es/style/themes/index.less';
@realtime-info-prefix-cls: ~'@{ant-prefix}-realtime-info';

.@{realtime-info-prefix-cls} {
  padding: 10px;

  .@{ant-prefix}-btn-link {
    color: #d0d6e8;
  }

  &-search-wrap {
    display: flex;
    margin-bottom: 20px;
  }

  &-search,
  &-target {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }

  &-label {
    white-space: nowrap;
  }

  &-code-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

.@{realtime-info-prefix-cls}-modal {
  .@{ant-prefix}-modal-header {
    height: 63px;
    padding: 16px 48px 0 24px;
  }

  &-title {
    .@{ant-prefix}-tabs-nav {
      margin: 0;
    }

    .@{ant-prefix}-tabs-nav:before {
      border: none;
    }

    .@{ant-prefix}-tabs-extra-content {
      margin-right: 10px;
    }

    .@{ant-prefix}-tabs-content-holder {
      display: none;
    }
  }

  .@{ant-prefix}-modal-content {
    height: 705px;
  }

  &-table {
    height: 500px;

    .@{ant-prefix}-table-cell {
      & > a {
        color: @primary-color;
      }
    }
  }
}