/* This is default Office Fabric button height */
h1.vss-HubTitle {
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin: 0 12px 0 8px;
  height: 38px; }
  body.ms-vss-web-vsts-theme-hc-dark h1.vss-HubTitle {
    font-weight: normal; }
  body.ms-vss-web-vsts-theme-hc-light h1.vss-HubTitle {
    font-weight: normal; }
  h1.vss-HubTitle .vss-HubTitle-titleIcon {
    font-size: 18px;
    margin-right: 8px; }
