.npm-connect-to-feed-panel .connect-to-feed-views-dropdown {
  display: inline-table;
  table-layout: fixed;
  padding-right: 15px; }
  .npm-connect-to-feed-panel .connect-to-feed-views-dropdown .external-link-label-container {
    padding-bottom: 10px; }

.npm-connect-to-feed-panel .warning-text,
.npm-connect-to-feed-panel .warning-text-link {
  color: rgba(168, 0, 0, 1);
  color: var(--status-error-strong,rgba(168, 0, 0, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 13px; }

.npm-connect-to-feed-panel .warning-text-link {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1)); }

.npm-connect-to-feed-panel .npm-credentials-link {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  background: transparent;
  font-weight: normal;
  min-width: 0;
  padding: 0 5px; }
  .npm-connect-to-feed-panel .npm-credentials-link:not(.is-disabled):active, .npm-connect-to-feed-panel .npm-credentials-link:not(.is-disabled):hover, .npm-connect-to-feed-panel .npm-credentials-link:not(.is-disabled):focus {
    background: transparent;
    box-shadow: none; }
