/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.bowtie-git,
.bowtie-git-fork {
  color: #f05133 !important;
  /* NOTE: Fixed color for Git/Fork logo, not based on a theme. */ }

.bowtie-git::before {
  content: "\e91f "; }

.bowtie-tfvc-branch::before {
  content: "\ea35 "; }

.ms-ContextualMenu-item.repo-menu-item {
  font-weight: bold; }
