/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repos-file-editor-background {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1)); }

.repos-files-header .bolt-header-title-area {
  display: inline-flex;
  flex-direction: row; }
