/* Global layout styles for TFS */
/* Colors used specifically in TFS */
@media screen and (max-width: 599px) {
  .repos-file-compare-toolbar {
    overflow-x: auto; } }

.repos-compare-removed-lines-pill.bolt-pill {
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1));
  background-color: rgba(249, 235, 235, 1);
  background-color: var(--status-error-background,rgba(249, 235, 235, 1)); }

.repos-compare-added-lines-pill.bolt-pill {
  color: rgba(16, 124, 16, 1);
  color: var(--status-success-foreground,rgba(16, 124, 16, 1));
  background-color: rgba(223, 246, 221, 1);
  background-color: var(--status-success-background,rgba(223, 246, 221, 1)); }

.repos-compare-version-dropdown {
  width: 500px;
  max-height: 400px;
  margin-top: 8px; }
