/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repos-files-hub-page .page-content {
  min-height: 256px; }

.files-hub-content-preview.markdown-content h1::before,
.files-hub-content-preview.markdown-content h2::before,
.files-hub-content-preview.markdown-content h3::before,
.files-hub-content-preview.markdown-content h4::before,
.files-hub-content-preview.markdown-content h5::before,
.files-hub-content-preview.markdown-content h6::before {
  content: "";
  display: block;
  height: 54px;
  margin: -54px 0 0; }
