github.com/googleapis/api-linter@v1.65.2/docs/_sass/content.scss (about)

     1  @import 'colors';
     2  
     3  nav li.drawer-heading {
     4    padding-left: 16px;
     5    padding-right: 16px;
     6  
     7    &:not(:first-child) {
     8      margin-top: 32px;
     9    }
    10  
    11    .drawer-heading-text {
    12      color: $h-google-grey-600;
    13      display: table-cell;
    14      font-family: 'Google Sans', 'Roboto', Arial, Helvetica, sans-serif;
    15      font-size: 14px;
    16      font-weight: 700;
    17      height: 48px;
    18      letter-spacing: 0.25px;
    19      vertical-align: middle;
    20    }
    21  }
    22  
    23  // This is a hack.
    24  // For some reason, the entire <main> element is positioned incorrectly
    25  // (underneath the top bar) if the breadcrumb is not present.
    26  // We have breadcrumbs on everything except the front page, and so the left
    27  // nav was tucking under the header bar on the front page.
    28  //
    29  // I can not figure out what makes the inclusion of the breadcrumb the
    30  // silver bullet here (in fact, there has to be a list element inside the
    31  // breadcrumb, also), so instead I am giving up and hiding it.
    32  nav.no-breadcrumb {
    33    height: 0px;
    34    visibility: hidden;
    35  
    36    & + h1 {
    37      margin-top: -88px; // Normally -80.
    38    }
    39  }
    40  
    41  body.glue-page
    42    .glue-header--product-marketing-one-tier.glue-is-wholly-scrolled
    43    .glue-header__bar {
    44    transform: none !important;
    45  }
    46  
    47  @media (max-width: 1200px) {
    48    .glue-header .h-c-header__bar .h-c-header__hamburger:first-child {
    49      display: table !important;
    50    }
    51  }
    52  
    53  .github-logo {
    54    width: 1em;
    55    height: 1em;
    56    margin-right: 6px;
    57    margin-top: -2px;
    58  }