/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.bolt-header.repos-files-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-top: 8px; }
  .bolt-header.repos-files-header .bolt-header-title-row {
    padding-left: 20px; }

.repos-files-header-commandbar,
.repos-files-header-setup-build-button {
  margin-left: 8px; }

.repos-files-header-path-row {
  padding-left: 20px;
  margin-top: 4px;
  margin-right: 28px; }
  @media screen and (max-width: 599px) {
    .repos-files-header-path-row {
      padding-left: 8px;
      margin-right: 12px; } }

.full-screen-mode .repos-files-header-path-row {
  display: none; }
